diff options
author | Bill Nottingham <notting@redhat.com> | 2009-12-04 20:12:52 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-12-04 20:12:52 -0500 |
commit | 547c5956ec959ec7f95a57894faf0a85d12cc0e5 (patch) | |
tree | 0b3d66a9ab34afe01f26982fa0cd72704d46328e /src/Makefile | |
parent | 0180d513bd4498a0ebda7d26747499b476a5dd50 (diff) | |
download | initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.tar initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.tar.gz initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.tar.bz2 initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.tar.xz initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.zip |
Remove very obsolete doexec.
It was only ever used in the slip code, which has been removed.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 29ea6d45..109e9d40 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ CFLAGS+=$(RPM_OPT_FLAGS) -Wall -D_GNU_SOURCE -PROGS=usernetctl doexec netreport testd usleep ipcalc \ +PROGS=usernetctl netreport testd usleep ipcalc \ fstab-decode getkey ppp-watch consoletype genhostid rename_device \ console_init console_check securetty PPPWATCH_OBJS=ppp-watch.o shvar.o @@ -20,7 +20,6 @@ clean: install: mkdir -p $(ROOT)/bin $(ROOT)/usr/sbin $(ROOT)$(mandir)/man{1,8} $(ROOT)/etc $(ROOT)/lib/udev - install -m 755 doexec $(ROOT)/bin/doexec install -m 755 usleep $(ROOT)/bin/usleep install -m 4755 usernetctl $(ROOT)/usr/sbin/usernetctl install -m 2755 netreport $(ROOT)/sbin/netreport @@ -36,7 +35,6 @@ install: install -m 755 console_check $(ROOT)/lib/udev/console_check install -m 755 ccw_init $(ROOT)/lib/udev/ccw_init install -m 644 genhostid.1 $(ROOT)$(mandir)/man1 - install -m 644 doexec.1 $(ROOT)$(mandir)/man1 install -m 644 getkey.1 $(ROOT)$(mandir)/man1 install -m 644 netreport.1 $(ROOT)$(mandir)/man1 install -m 644 usleep.1 $(ROOT)$(mandir)/man1 |