summaryrefslogtreecommitdiffstats
path: root/fortune/unstr
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-22 04:56:11 +0000
committerlukem <lukem@NetBSD.org>1997-10-22 04:56:11 +0000
commitd6d94364991a7bdf53a22561b7b73d1cf4690ee5 (patch)
treed0b06e59686b758ab177e36e445af935b1c282f4 /fortune/unstr
parent9c92b8bd99b887e8656d51d1feea89aae1ae9445 (diff)
downloadbsdgames-darwin-d6d94364991a7bdf53a22561b7b73d1cf4690ee5.tar.gz
bsdgames-darwin-d6d94364991a7bdf53a22561b7b73d1cf4690ee5.tar.zst
bsdgames-darwin-d6d94364991a7bdf53a22561b7b73d1cf4690ee5.zip
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
Diffstat (limited to 'fortune/unstr')
-rw-r--r--fortune/unstr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/fortune/unstr/Makefile b/fortune/unstr/Makefile
index 2619580a..edaf5ace 100644
--- a/fortune/unstr/Makefile
+++ b/fortune/unstr/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 1995/03/23 08:28:58 cgd Exp $
+# $NetBSD: Makefile,v 1.4 1997/10/22 04:56:21 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-PROG= unstr
-NOMAN= noman
-CFLAGS+=-I${.CURDIR}/../strfile
+PROG= unstr
+NOMAN= noman
+CPPFLAGS+= -I${.CURDIR}/../strfile
.include <bsd.prog.mk>