summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/common_source/Makefile')
-rw-r--r--backgammon/common_source/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile
index 55a513b3..1d91ed77 100644
--- a/backgammon/common_source/Makefile
+++ b/backgammon/common_source/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 00:07:47 tv Exp $
-
-LIB= common
-SRCS= allow.c board.c check.c fancy.c init.c odds.c \
- one.c save.c subs.c table.c
+# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:39 lukem Exp $
NOLINKLIB= # defined
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
+LIB= common
+SRCS= allow.c board.c check.c fancy.c init.c odds.c \
+ one.c save.c subs.c table.c
+
.include <bsd.lib.mk>