From: Ted Lemon Date: Wed, 6 Mar 1996 10:37:35 +0000 (+0000) Subject: Add man pages X-Git-Tag: BETA-0~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e92585bf2b187ca01c01fde6079d8d14eeb7b30c;p=thirdparty%2Fdhcp.git Add man pages --- diff --git a/Makefile b/Makefile index 373cc0192..e7bc74c6d 100644 --- a/Makefile +++ b/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 -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 \ No newline at end of file + print.o tree.o db.o