summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-11-19 04:04:14 +0000
committerobrien <obrien@FreeBSD.org>2004-11-19 04:04:14 +0000
commitb1bf787bf278f1bd02e40146a9121027a65e577c (patch)
treed025e0696941dc373648f0eb7a96e1449a50f250 /usr.bin/file/Makefile
parentb9dd8b026d4e76758c23978514dfe90f6fae3c0d (diff)
downloadFreeBSD-src-b1bf787bf278f1bd02e40146a9121027a65e577c.zip
FreeBSD-src-b1bf787bf278f1bd02e40146a9121027a65e577c.tar.gz
Install the header for libmagic.
PR: 73647 Submitted by: Uranus <uranus@it.muds.net>
Diffstat (limited to 'usr.bin/file/Makefile')
-rw-r--r--usr.bin/file/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile
index fed320f..0aec031 100644
--- a/usr.bin/file/Makefile
+++ b/usr.bin/file/Makefile
@@ -28,7 +28,7 @@ PROG= file
MAGICPATH?= /usr/share/misc
CFLAGS+= -DMAGIC='"${MAGICPATH}/magic"' -DHAVE_CONFIG_H
-CFLAGS+= -I${.CURDIR} -I${SRCDIR}
+CFLAGS+= -I${.CURDIR}
DPADD= ${LIBMAGIC} ${LIBZ}
LDADD= -lmagic -lz
OpenPOWER on IntegriCloud