summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2019-05-12 21:01:47 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2019-05-12 21:01:47 +0000
commit8905ec6678f27b7811a544e8e1cc79a887becb9d (patch)
tree13040857e72b06f23a92408cde37b4467460ca0c /usr.sbin
parent161cc1c5d4507c4dbced2a61df4ee35868915656 (diff)
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
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pppd/Makefile3
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