aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKai Wang <kaiw@FreeBSD.org>2008-09-21 00:27:16 +0000
committerKai Wang <kaiw@FreeBSD.org>2008-09-21 00:27:16 +0000
commit2529884112114958b6b1f2f1b3c86d84b86c4d65 (patch)
tree80e4dc57e4ba80352cb922234250378e9d60a6dd /usr.bin
parentca5ccaea7cbcff86cf172e9413ce1d452a34f034 (diff)
downloadsrc-2529884112114958b6b1f2f1b3c86d84b86c4d65.tar.gz
src-2529884112114958b6b1f2f1b3c86d84b86c4d65.zip
Fix build.
Notes
Notes: svn path=/head/; revision=183220
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ar/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile
index a02c12897569..533f9317d02f 100644
--- a/usr.bin/ar/Makefile
+++ b/usr.bin/ar/Makefile
@@ -8,6 +8,8 @@ WARNS?= 5
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} ${LIBELF}
LDADD= -larchive -lbz2 -lz -lelf
+CFLAGS+=-I. -I${.CURDIR}
+
NO_SHARED?= yes
LINKS= ${BINDIR}/ar ${BINDIR}/ranlib
MLINKS= ar.1 ranlib.1