-WARNS6 cleanups (36 warnings)
[dragonfly.git] / games / fortune / unstr / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $DragonFly: src/games/fortune/unstr/Makefile,v 1.2 2006/08/08 16:58:59 pavalos Exp $
3
4 PROG=   unstr
5 NOMAN=  noman
6 CFLAGS+=-I${.CURDIR}/../strfile
7 WARNS?= 6
8
9 .include "${.CURDIR}/../../Makefile.inc"
10 .include <bsd.prog.mk>