diff options
author | 2019-05-12 21:01:46 +0000 | |
---|---|---|
committer | 2019-05-12 21:01:46 +0000 | |
commit | d7c65dbf5d09cde65f049ce497e129ced33237d9 (patch) | |
tree | 0650d60a7ef0d02173b4007f9fd0a16848b7a02b | |
parent | add rcs ids (diff) | |
download | wireguard-openbsd-d7c65dbf5d09cde65f049ce497e129ced33237d9.tar.xz wireguard-openbsd-d7c65dbf5d09cde65f049ce497e129ced33237d9.zip |
remove .PATH. this was used in previous eras to build bpf compiler stuff,
that's all used via libpcap now.
found by deraadt ok tb
-rw-r--r-- | usr.sbin/pppd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 113084a8b9c..b64d398d758 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2014/03/21 19:55:11 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/12 21:01:46 tedu Exp $ PCAPDIR=${.CURDIR}/../../lib/libpcap @@ -6,7 +6,6 @@ PROG= pppd SRCS= auth.c cbcp.c ccp.c chap.c demand.c fsm.c ipcp.c \ lcp.c magic.c main.c options.c sys-bsd.c upap.c -.PATH: ${.CURDIR}/../../lib/libpcap ${.CURDIR}/../../sys/net MAN= pppd.8 SUBDIR= pppstats chat BINMODE=4550 |