Move WARNS6 up into Makefile.inc for games/ and out of the individual
[dragonfly.git] / games / fortune / unstr / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $DragonFly: src/games/fortune/unstr/Makefile,v 1.3 2006/10/08 16:22:35 pavalos Exp $
3
4 PROG=   unstr
5 NOMAN=  noman
6 CFLAGS+=-I${.CURDIR}/../strfile
7
8 .include "${.CURDIR}/../../Makefile.inc"
9 .include <bsd.prog.mk>