]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix up CFLAGS; fix bogus comment; list both PROGS
authorTed Lemon <source@isc.org>
Mon, 20 May 1996 20:18:21 +0000 (20:18 +0000)
committerTed Lemon <source@isc.org>
Mon, 20 May 1996 20:18:21 +0000 (20:18 +0000)
Makefile.dist

index 80d007573ff9808816afd392185c18b3a8d4d0f1..3ab8e6f3cb9124e88950b1c700750900f50fa35c 100644 (file)
@@ -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