summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-03-13 23:17:46 +0000
committerlukem <lukem@NetBSD.org>1999-03-13 23:17:46 +0000
commit744eace4d5bc380b631a1a3ce4a2eb052e0f4a3e (patch)
tree22d22bba43ecd540079eb9aa49ff854177a3fe02 /backgammon/common_source
parent3894cc6e587fc7b8dd2c5ebf878ed4eced1b61d6 (diff)
downloadbsdgames-darwin-744eace4d5bc380b631a1a3ce4a2eb052e0f4a3e.tar.gz
bsdgames-darwin-744eace4d5bc380b631a1a3ce4a2eb052e0f4a3e.tar.zst
bsdgames-darwin-744eace4d5bc380b631a1a3ce4a2eb052e0f4a3e.zip
set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
Diffstat (limited to 'backgammon/common_source')
-rw-r--r--backgammon/common_source/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile
index 7102b834..27e42fac 100644
--- a/backgammon/common_source/Makefile
+++ b/backgammon/common_source/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:20 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1999/03/13 23:17:46 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
-MKPROFILE=no
+MKLINT= no
MKPIC= no
+MKPROFILE=no
# only needed during build
libinstall::