summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-30 09:55:42 +0000
committerobrien <obrien@FreeBSD.org>2002-12-30 09:55:42 +0000
commit63609ab941008f64663bd2e6c6f33b0246f2b787 (patch)
tree3fdefd3438f7d77ed5ee10ee6b657a5d73f1cb31 /usr.bin
parentdfc4091f222b27c137dce81064e561eaf01081a9 (diff)
downloadFreeBSD-src-63609ab941008f64663bd2e6c6f33b0246f2b787.zip
FreeBSD-src-63609ab941008f64663bd2e6c6f33b0246f2b787.tar.gz
Adjust path to crunchide.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/elf2aout/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile
index b2218eb..f64004e 100644
--- a/usr.bin/elf2aout/Makefile
+++ b/usr.bin/elf2aout/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
PROG= elf2aout
-CFLAGS+=-I${.CURDIR}/../crunch/crunchide
-WARNS?= 5
-NO_WERROR?=
NOMAN=
+NO_WERROR?=
+WARNS?= 5
+CFLAGS+= -I${.CURDIR}/../../usr.sbin/crunch/crunchide
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud