--- sysvinit-2.86/src/Makefile.orig 2007-01-06 14:45:04 +0000 +++ sysvinit-2.86/src/Makefile 2007-01-06 14:48:48 +0000 @@ -43,16 +43,26 @@ USRBIN += wall MAN1 += wall.1 endif +ifeq ($(DISTRO),ALT) +BIN += mountpoint +SBIN += bootlogd +USRBIN += wall +MAN1 += mountpoint.1 wall.1 +MAN8 += bootlogd.8 +endif + BIN_OWNER = root BIN_GROUP = root BIN_COMBO = $(BIN_OWNER):$(BIN_GROUP) INSTALL = install -o $(BIN_OWNER) -g $(BIN_GROUP) MANDIR = /usr/share/man +ifneq ($(DISTRO),ALT) # Additional libs for GNU libc. ifneq ($(wildcard /usr/lib/libcrypt.a),) LCRYPT = -lcrypt endif +endif all: $(BIN) $(SBIN) $(USRBIN) @@ -123,6 +133,7 @@ install: ln -sf halt $(ROOT)/sbin/reboot ln -sf halt $(ROOT)/sbin/poweroff ln -sf init $(ROOT)/sbin/telinit + ln -sf killall5 $(ROOT)/sbin/pidof ln -sf ../sbin/killall5 $(ROOT)/bin/pidof if [ ! -f $(ROOT)/usr/bin/lastb ]; then \ ln -sf last $(ROOT)/usr/bin/lastb; \