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
commit8b14414d3bf25dda61e838af23b99debf9d3c081 (patch)
tree62f051a03ac1bd66c60ea6d36bf06afd0c634ad8 /sysutils
parente097619907ad1d3e1d5976ed88d8ee9193b8b8dd (diff)
downloadpkgsrc-8b14414d3bf25dda61e838af23b99debf9d3c081.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