From 63609ab941008f64663bd2e6c6f33b0246f2b787 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 30 Dec 2002 09:55:42 +0000 Subject: Adjust path to crunchide. --- usr.bin/elf2aout/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1