diff options
author | Preston Brown <pbrown@redhat.com> | 2001-04-07 15:10:47 +0000 |
---|---|---|
committer | Preston Brown <pbrown@redhat.com> | 2001-04-07 15:10:47 +0000 |
commit | e3be63ee62bc71f58224c19d3d5d545fe315fc59 (patch) | |
tree | cfd79350710fc9446e26b3550b69d56884684ff4 /src/Makefile | |
parent | d6fa3e10a0769d3ca113b6539188da426a66d686 (diff) | |
download | initscripts-e3be63ee62bc71f58224c19d3d5d545fe315fc59.tar initscripts-e3be63ee62bc71f58224c19d3d5d545fe315fc59.tar.gz initscripts-e3be63ee62bc71f58224c19d3d5d545fe315fc59.tar.bz2 initscripts-e3be63ee62bc71f58224c19d3d5d545fe315fc59.tar.xz initscripts-e3be63ee62bc71f58224c19d3d5d545fe315fc59.zip |
broke out kernel.h symlink code from rc.sysinit into /sbin/mkkerneldoth
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 32d87b9b..9e642e6e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ CFLAGS+=$(RPM_OPT_FLAGS) -Wall -D_GNU_SOURCE PROGS=usernetctl doexec netreport testd usleep ipcalc initlog minilogd \ - getkey ppp-watch consoletype + getkey ppp-watch consoletype mkkerneldoth PPPWATCH_OBJS=ppp-watch.o shvar.o INITLOG_OBJS=initlog.o process.o USLEEP_OBJS=usleep.o @@ -34,6 +34,7 @@ install: install -m 644 ipcalc.1 $(ROOT)$(mandir)/man1 install -m 644 consoletype.1 $(ROOT)$(mandir)/man1 install -m 644 initlog.conf $(ROOT)/etc + install -m 755 mkkerneldoth $(ROOT)/sbin # this daemon and initscript are useful for testing the up/down/status stuff # not installed by default, only comes from sources. |