summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-02-13 02:54:17 +0000
committerlukem <lukem@NetBSD.org>1999-02-13 02:54:17 +0000
commit6157dd6047f787e172995bd2ed682457fa2980a9 (patch)
tree91a502a5df33b3dc7abc0b15c51d56f4c93156e5 /backgammon/common_source/Makefile
parenta384163097a9b6779a457bec045abb02e2c4c501 (diff)
downloadbsdgames-darwin-6157dd6047f787e172995bd2ed682457fa2980a9.tar.gz
bsdgames-darwin-6157dd6047f787e172995bd2ed682457fa2980a9.tar.zst
bsdgames-darwin-6157dd6047f787e172995bd2ed682457fa2980a9.zip
convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
Diffstat (limited to 'backgammon/common_source/Makefile')
-rw-r--r--backgammon/common_source/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile
index 2a4059bd..7102b834 100644
--- a/backgammon/common_source/Makefile
+++ b/backgammon/common_source/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 1997/10/11 20:24:06 mycroft Exp $
+# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:20 lukem Exp $
LIB= common
SRCS= allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
table.c
-NOPROFILE= noprofile
-NOPIC= nopic
+MKPROFILE=no
+MKPIC= no
# only needed during build
libinstall::