summaryrefslogtreecommitdiffstats
path: root/fortune/unstr/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-09-18 06:16:39 +0000
committerlukem <lukem@NetBSD.org>2002-09-18 06:16:39 +0000
commit9fa95ded89b6580b5436b1eaa034d7a5abd64c9b (patch)
treee4cbbda219d71388fdc54bcabef2aa74fbeeffd2 /fortune/unstr/Makefile
parentb61a363128acf91925b3d384cc93bbe24bf6587c (diff)
downloadbsdgames-darwin-9fa95ded89b6580b5436b1eaa034d7a5abd64c9b.tar.gz
bsdgames-darwin-9fa95ded89b6580b5436b1eaa034d7a5abd64c9b.tar.zst
bsdgames-darwin-9fa95ded89b6580b5436b1eaa034d7a5abd64c9b.zip
some makefile de-linting
Diffstat (limited to 'fortune/unstr/Makefile')
-rw-r--r--fortune/unstr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/fortune/unstr/Makefile b/fortune/unstr/Makefile
index 628b1f1e..f949b57e 100644
--- a/fortune/unstr/Makefile
+++ b/fortune/unstr/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 00:07:48 tv Exp $
+# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:40 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-PROG= unstr
NOMAN= # defined
+
+PROG= unstr
CPPFLAGS+= -I${.CURDIR}/../strfile
.include <bsd.prog.mk>