From db7f8844e4562445a40134d7161e52c1343f0992 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 29 Jun 2010 14:34:46 -0400 Subject: Add sushell, man page to manifests. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 091c8a61..b478cb9f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,6 +29,7 @@ install: install -m 755 ppp-watch $(ROOT)/sbin/ppp-watch install -m 755 consoletype $(ROOT)/sbin/consoletype install -m 755 securetty $(ROOT)/sbin/securetty + install -m 755 sushell $(ROOT)/sbin/sushell install -m 755 rename_device $(ROOT)/lib/udev/rename_device install -m 755 console_init $(ROOT)/lib/udev/console_init install -m 755 console_check $(ROOT)/lib/udev/console_check @@ -44,6 +45,7 @@ install: install -m 644 ifup.8 $(ROOT)$(mandir)/man8 install -m 644 setsysfont.8 $(ROOT)$(mandir)/man8 install -m 644 securetty.8 $(ROOT)$(mandir)/man8 + install -m 644 sushell.8 $(ROOT)$(mandir)/man8 ln -s ifup.8 $(ROOT)$(mandir)/man8/ifdown.8 # this daemon and initscript are useful for testing the up/down/status stuff -- cgit v1.2.1