]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.bsd
add -DBITYPES
[ppp.git] / pppd / Makefile.bsd
index 039e3ec2ee0f7b074c94b930c9a5b53d12734e45..a1aab1f4d94cbcd058b6460effc4f5f71be44960 100644 (file)
@@ -1,11 +1,16 @@
-#      $Id: Makefile.bsd,v 1.2 1993/12/14 05:11:53 paulus Exp $
+#      $Id: Makefile.bsd,v 1.12 1996/08/28 06:37:41 paulus Exp $
 
 
-COPTS?= -g
-CFLAGS+= -DDEBUGALL
+BINDIR?= /usr/sbin
+# -D_BITYPES is for FreeBSD, which doesn't define anything to
+# tell us that u_int32_t gets defined if <sys/types.h> is included.
+# Remove for older *BSD systems for which this isn't true.
+CFLAGS+= -g -I.. -DHAVE_PATHS_H -D_BITYPES
 
 PROG=  pppd
 
 PROG=  pppd
-SRCS=  main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c \
-       auth.c options.c sys-bsd.c
+SRCS=  main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \
+       demand.c auth.c options.c sys-bsd.c
+MAN=   pppd.cat8
+# The next line is for NetBSD-1.0 and other older *BSD systems.
 MAN8=  pppd.0
 BINMODE=4555
 BINOWN=        root
 MAN8=  pppd.0
 BINMODE=4555
 BINOWN=        root