From 0656dcb8aac7c8a1749e0364ffab56538bba1f79 Mon Sep 17 00:00:00 2001 From: lukem Date: Wed, 22 Oct 1997 05:05:21 +0000 Subject: use CPPFLAGS instead of CFLAGS --- robots/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robots') 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 -- cgit v1.2.3-56-ge451