]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.bsd
turn off VJ when connection terminated
[ppp.git] / pppd / Makefile.bsd
index c25730b096c3da03b2e29856ffe7a82adaf3a680..880f27d26b354b88eded3d73b4409b6db2422978 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile.bsd,v 1.8 1996/01/01 22:53:22 paulus Exp $
+#      $Id: Makefile.bsd,v 1.11 1996/07/01 05:31:47 paulus Exp $
 
 BINDIR?= /usr/sbin
 CFLAGS+= -g -I.. -DHAVE_PATHS_H
@@ -6,9 +6,9 @@ CFLAGS+= -g -I.. -DHAVE_PATHS_H
 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
-MAN8=  pppd.0
-# The next line is for NetBSD-current systems.
 MAN=   pppd.cat8
+# The next line is for NetBSD-1.0 and other older *BSD systems.
+MAN8=  pppd.0
 BINMODE=4555
 BINOWN=        root