Adjust path to crunchide.

This commit is contained in:
David E. O'Brien 2002-12-30 09:55:42 +00:00
parent 1ee0ac542b
commit 6deb85d549

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>