]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.bsd
Large patch from Frank Cusack <fcusack@fcusack.com> to add proper
[ppp.git] / pppd / Makefile.bsd
index 54652bfaa49a5506a45b19c663e441eb59a82bc1..ea94db5c37d8a1af47fafda50d0f04042a70a21e 100644 (file)
@@ -1,13 +1,16 @@
-#      $Id: Makefile.bsd,v 1.1 1993/11/11 03:54:25 paulus Exp $
+#      $Id: Makefile.bsd,v 1.15 1999/04/12 06:24:44 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../include -DHAVE_PATHS_H -D_BITYPES
 
 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
-MAN8=  pppd.0
-SUBDIR=        pppstats chat
+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 utils.c sys-bsd.c
+MAN=   pppd.cat8
+MAN8=  pppd.8
 BINMODE=4555
 BINOWN=        root