summaryrefslogtreecommitdiffstats
path: root/robots
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-22 05:05:21 +0000
committerlukem <lukem@NetBSD.org>1997-10-22 05:05:21 +0000
commit0656dcb8aac7c8a1749e0364ffab56538bba1f79 (patch)
tree3b8de83b6aacd4348b47ae66eb09cc72568ad8ce /robots
parentd6d94364991a7bdf53a22561b7b73d1cf4690ee5 (diff)
downloadbsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.tar.gz
bsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.tar.zst
bsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.zip
use CPPFLAGS instead of CFLAGS
Diffstat (limited to 'robots')
-rw-r--r--robots/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/robots/Makefile b/robots/Makefile
index 014af7e2..55557cae 100644
--- a/robots/Makefile
+++ b/robots/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 1997/10/12 14:09:55 lukem Exp $
+# $NetBSD: Makefile,v 1.9 1997/10/22 05:05:46 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= robots
-CFLAGS+=-DMAX_PER_UID=5
+CPPFLAGS+=-DMAX_PER_UID=5
SRCS= extern.c init_field.c main.c make_level.c move.c move_robs.c \
play_level.c query.c rnd_pos.c score.c flush_in.c
MAN= robots.6