]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/elf2aout/Makefile
This commit was generated by cvs2svn to compensate for changes in r98675,
[FreeBSD/FreeBSD.git] / usr.bin / elf2aout / Makefile
1 # $FreeBSD$
2
3 PROG=   elf2aout
4 CFLAGS+=-I${.CURDIR}/../crunch/crunchide
5 WARNS?= 5
6 NOMAN=
7
8 .include <bsd.prog.mk>