Adjust path to crunchide.

This commit is contained in:
obrien 2002-12-30 09:55:42 +00:00
parent dfc4091f22
commit 63609ab941

View File

@ -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>