diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Makefile b/src/Makefile index 68833182..09f17771 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ CFLAGS+=$(RPM_OPT_FLAGS) -Wall -D_GNU_SOURCE -PROGS=usernetctl netreport testd usleep ipcalc \ +PROGS=usernetctl netreport usleep ipcalc \ fstab-decode getkey ppp-watch consoletype genhostid rename_device PPPWATCH_OBJS=ppp-watch.o shvar.o CONSOLE_INIT_OBJS=console_init.o shvar.o @@ -43,12 +43,6 @@ install: 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 -# not installed by default, only comes from sources. -install-test: - install -m 755 testd $(ROOT)/usr/sbin/testd - install -m 755 testdinit $(ROOT)/etc/init.d/testd - getkey: getkey.o $(CC) $(LDFLAGS) -o $@ $< -lpopt |