summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-05-27 21:13:31 +0000
committermarino <marino@pkgsrc.org>2012-05-27 21:13:31 +0000
commite2379bb0135a2540c46ed08c03159deea788fdc1 (patch)
tree62f051a03ac1bd66c60ea6d36bf06afd0c634ad8 /sysutils
parent23e0c0cc9ab59841782afdb507f428a18ea1ba38 (diff)
downloadpkgsrc-e2379bb0135a2540c46ed08c03159deea788fdc1.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