xref: /netbsd/games/fortune/unstr/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.7 2002/09/18 06:16:40 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4NOMAN=		# defined
5
6PROG=		unstr
7CPPFLAGS+=	-I${.CURDIR}/../strfile
8
9.include <bsd.prog.mk>
10