From 6deb85d5491eed3ac3dbc8ca9b53355918fb1af6 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 30 Dec 2002 09:55:42 +0000 Subject: [PATCH] Adjust path to crunchide. --- usr.bin/elf2aout/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile index b2218eb310c7..f64004ed3320 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