aboutsummaryrefslogtreecommitdiff
path: root/lib/libpcap
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-11-25 19:44:43 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-11-25 19:44:43 +0000
commitb791fbe6302023b0cf00807865059c8f016fe5dc (patch)
treee3f49e2ae9774752cf0d572a4d4dd49a8bf8f14c /lib/libpcap
parenta2d333f3403f0a4cb754d38e9caf395ab3d319a6 (diff)
Notes
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index c36b3efed2da2..cdc02287988a6 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -126,9 +126,8 @@ version.h: ${PCAP_DISTDIR}/VERSION
@rm -f $@
sed 's/.*/char pcap_version_string[] = "libpcap version &";/' ${PCAP_DISTDIR}/VERSION > $@
-tokdefs.h: grammar.h
- ln -sf grammar.h tokdefs.h
-
+tokdefs.h: grammar.h .NOMETA
+ ln -sf ${.ALLSRC} ${.TARGET}
#
# Magic to convert the man pages to something non Solarish