From: Ted Lemon Date: Mon, 20 May 1996 20:18:21 +0000 (+0000) Subject: Fix up CFLAGS; fix bogus comment; list both PROGS X-Git-Tag: BETA-2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934dda688aa014bbc1f37e934e9e32a50a32ea05;p=thirdparty%2Fdhcp.git Fix up CFLAGS; fix bogus comment; list both PROGS --- diff --git a/Makefile.dist b/Makefile.dist index 80d007573..3ab8e6f3c 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -144,11 +144,11 @@ COBJ = options.o errwarn.o convert.o conflex.o confpars.o \ dispatch.o bpf.o packet.o raw.o nit.o SRCS = dhcpd.c socket.c dhcp.c bootp.c OBJS = dhcpd.o socket.o dhcp.o bootp.o -PROG = dhcpd +PROGS = dhcpd dhclient MAN = dhcpd.8 dhcpd.conf.5 DEBUG = -g -CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) +CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) all: dhcpd $(CATMANPAGES) @@ -183,7 +183,7 @@ dhcpd: $(OBJS) $(COBJ) dhclient: dhclient.o $(COBJ) $(CC) -o dhclient dhclient.o $(COBJ) $(LIBS) -/* Dependencies (semi-automatically-generated) */ +# Dependencies (semi-automatically-generated) options.o: dhcpd.h cdefs.h osdep.h site.h $(CF) dhcp.h tree.h \ hash.h inet.h