]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.bsd
allow chars 0x20 - 0x3f to be escaped
[ppp.git] / pppd / Makefile.bsd
index 880f27d26b354b88eded3d73b4409b6db2422978..b77cbce5462c3f28f538a053af24bb683124b1a0 100644 (file)
@@ -1,14 +1,16 @@
-#      $Id: Makefile.bsd,v 1.11 1996/07/01 05:31:47 paulus Exp $
+#      $Id: Makefile.bsd,v 1.14 1998/03/25 01:27:00 paulus Exp $
 
 BINDIR?= /usr/sbin
-CFLAGS+= -g -I.. -DHAVE_PATHS_H
+# -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 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
+MAN8=  pppd.8
 BINMODE=4555
 BINOWN=        root