2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +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 \
@@ -15,4 +16,4 @@ 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
print.o tree.o db.o