2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +00:00

Add man pages

This commit is contained in:
Ted Lemon
1996-03-06 10:37:35 +00:00
parent 471fe68cd8
commit e92585bf2b

View File

@@ -2,12 +2,13 @@ SRCS = dhcpd.c options.c errwarn.c convert.c conflex.c confpars.c \
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 \