xref: /dflybsd-src/usr.bin/crunch/crunchgen/Makefile (revision 6fc6ffe875a65c7dd78db11628a8430879f6c4b2)
1*6fc6ffe8SFrançois Tigeot# $FreeBSD: head/usr.sbin/crunch/crunchgen/Makefile 80029 2001-07-20 06:20:32Z obrien $
2fc7e83faSFrançois Tigeot
3fc7e83faSFrançois TigeotPROG=	crunchgen
4fc7e83faSFrançois TigeotSRCS=	crunchgen.c crunched_skel.c
5fc7e83faSFrançois TigeotCLEANFILES+= crunched_skel.c
6fc7e83faSFrançois Tigeot
7fc7e83faSFrançois Tigeotcrunched_skel.c: crunched_main.c
8fc7e83faSFrançois Tigeot	sh -e ${.CURDIR}/mkskel.sh ${.CURDIR}/crunched_main.c >crunched_skel.c
9fc7e83faSFrançois Tigeot
10fc7e83faSFrançois Tigeot.include <bsd.prog.mk>
11