9 lines
110 B
Makefile
Raw Normal View History

2002-04-22 04:08:01 +00:00
# $FreeBSD$
PROG= elf2aout
CFLAGS+=-I${.CURDIR}/../crunch/crunchide
WARNS?= 5
2002-04-22 04:08:01 +00:00
NOMAN=
.include <bsd.prog.mk>