]> git.ozlabs.org Git - ppp.git/commitdiff
*** empty log message ***
authorPaul Mackerras <paulus@samba.org>
Wed, 30 Apr 1997 05:48:52 +0000 (05:48 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 30 Apr 1997 05:48:52 +0000 (05:48 +0000)
pppd/Makefile.netbsd-1.2 [new file with mode: 0644]

diff --git a/pppd/Makefile.netbsd-1.2 b/pppd/Makefile.netbsd-1.2
new file mode 100644 (file)
index 0000000..10ffe8f
--- /dev/null
@@ -0,0 +1,20 @@
+#      $NetBSD: Makefile,v 1.13 1996/12/18 16:54:57 christos Exp $
+
+PCAPDIR=${.CURDIR}/../../lib/libpcap
+
+PROG=  pppd
+SRCS=  auth.c cbcp.c ccp.c chap.c chap_ms.c demand.c fsm.c ipcp.c \
+       ipxcp.c lcp.c magic.c main.c options.c sys-bsd.c upap.c
+
+.PATH: ${PCAPDIR} ${.CURDIR}/../../sys/net
+MAN=   pppd.8 pppd.cbcp.8
+SUBDIR=        pppstats chat
+BINMODE=4555
+BINOWN=        root
+
+LDADD= -lpcap -lcrypt -lutil
+DPADD= ${LIBPCAP} ${LIBCRYPT} ${LIBUTIL}
+CFLAGS+= -I. -DHAVE_PATHS_H -I${PCAPDIR} -DPPP_FILTER
+#CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Dlint
+
+.include <bsd.prog.mk>