tree.c memory.c bootp.c dhcp.c alloc.c print.c socket.c \
hash.c tables.c inet.c db.c
PROG = dhcpd
+MAN=dhcpd.8 dhcpd.conf.5
all: dhcpd dhclient
.include <bsd.prog.mk>
-CFLAGS += -DDEBUG -g -Wall -Wstrict-prototypes -Wno-unused \
+CFLAGS += -g -Wall -Wstrict-prototypes -Wno-unused \
-Wno-uninitialized -Werror
dhclient: dhclient.o confpars.o alloc.o memory.o options.o \
tree.o print.o db.o
cc -o dhclient dhclient.o confpars.o alloc.o memory.o options.o \
hash.o tables.o inet.o convert.o conflex.o errwarn.o \
- print.o tree.o db.o
\ No newline at end of file
+ print.o tree.o db.o