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:
5
Makefile
5
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user