]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add man pages
authorTed Lemon <source@isc.org>
Wed, 6 Mar 1996 10:37:35 +0000 (10:37 +0000)
committerTed Lemon <source@isc.org>
Wed, 6 Mar 1996 10:37:35 +0000 (10:37 +0000)
Makefile

index 373cc0192f0c151fb5dbaf0dc4ca744a2c238ba1..e7bc74c6db49b9d0a64ac7c6c540aef1d233ec1c 100644 (file)
--- 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 <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
\ No newline at end of file
+               print.o tree.o db.o