aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-28 16:31:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-28 16:31:23 +0000
commitb4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f (patch)
treea8d124dc38a62ea5dc6b53adb9ecd945bedab668 /tools/build/Makefile
parent814aaaa7da4dab462d90e12e7b48b75f2093ccfd (diff)
downloadsrc-b4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f.tar.gz
src-b4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f.zip
Revert crap accidentally committed
Notes
Notes: svn path=/head/; revision=312927
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 0368021e3457..63b147ceb985 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -41,11 +41,6 @@ SYSINCS+= stat.h
SRCS+= futimens.c utimensat.c
.endif
-.if !exists(/usr/include/capsicum_helpers.h)
-.PATH: ${.CURDIR}/../../lib/libcapsicum/
-INCS+= capsicum_helpers.h
-.endif
-
.if empty(SRCS)
SRCS= dummy.c
.endif