summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-25 20:45:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-25 20:45:14 +0000
commit3d344bdf6a3d16b09f728b68e3bd97751fec37bb (patch)
tree7bb8eb169a5a3b29a72c246db9fbfe34690a5bc1 /usr.sbin/ndp/Makefile
parentd49c5d0340dcfe1e3c4782c52d9d287373db04cc (diff)
private copy of gmt2local from tcpdump, since tcpdump is about to start
mutating
Diffstat (limited to 'usr.sbin/ndp/Makefile')
-rw-r--r--usr.sbin/ndp/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/ndp/Makefile b/usr.sbin/ndp/Makefile
index 6345ca9e9bb..e144e5a9941 100644
--- a/usr.sbin/ndp/Makefile
+++ b/usr.sbin/ndp/Makefile
@@ -1,12 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 1999/12/10 07:26:56 itojun Exp $
-
-.PATH: ${.CURDIR}/../tcpdump
+# $OpenBSD: Makefile,v 1.2 2004/01/25 20:45:13 deraadt Exp $
PROG= ndp
SRCS= ndp.c gmt2local.c
MAN= ndp.8 # ndp.4
-CPPFLAGS+=-DINET6
-CPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../tcpdump
+CPPFLAGS+=-DINET6 -I${.CURDIR}
.include <bsd.prog.mk>