aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elf2aout
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-12-30 09:55:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-12-30 09:55:42 +0000
commit6deb85d5491eed3ac3dbc8ca9b53355918fb1af6 (patch)
tree3fdefd3438f7d77ed5ee10ee6b657a5d73f1cb31 /usr.bin/elf2aout
parent1ee0ac542b6d7c312733498f3a817e248d9b2444 (diff)
Notes
Diffstat (limited to 'usr.bin/elf2aout')
-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 b2218eb310c7b..f64004ed33208 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>