summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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