xref: /original-bsd/games/fortune/unstr/Makefile (revision efe8c834)
1#	@(#)Makefile	8.1 (Berkeley) 05/31/93
2
3PROG=	unstr
4NOMAN=	noman
5CFLAGS+=-I${.CURDIR}/../strfile
6
7.include <bsd.prog.mk>
8