summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino>2012-05-27 21:13:31 +0000
committermarino <marino>2012-05-27 21:13:31 +0000
commit0d216e47f4d57d38a951cbd351b60366a4e8eb16 (patch)
tree62f051a03ac1bd66c60ea6d36bf06afd0c634ad8 /sysutils
parent5c8a6920f7036a5480725d34fbaf93fe3ece8c74 (diff)
downloadpkgsrc-0d216e47f4d57d38a951cbd351b60366a4e8eb16.tar.gz
sysutils/pfstat: Remove DragonFly hack.mk
The new patch rendered this hack unnecessary.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pfstat/hacks.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/pfstat/hacks.mk b/sysutils/pfstat/hacks.mk
deleted file mode 100644
index b625ff08ec6..00000000000
--- a/sysutils/pfstat/hacks.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2012/05/26 14:21:11 marino Exp $
-#
-# Makefiles are defaulting to /usr/pkg/bin/bmake which doesn't link the
-# pfstatd executable on DragonFly. /usr/bin/make works outside of the
-# build environment but not inside it, so some environment variable seems
-# to be interfering.
-#
-.if ${OPSYS} == "DragonFly"
-post-build:
- cd ${WRKSRC}/pfstatd && \
- ${CC} -O -pipe -Wall -I.. -g -std=gnu99 -o pfstatd pfstatd.o pf.o
-.endif