]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - games/fortune/unstr/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / games / fortune / unstr / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   unstr
5 NO_MAN=
6 WARNS?= 6
7 CFLAGS+= -I${.CURDIR}/../strfile
8
9 .include <bsd.prog.mk>