summaryrefslogtreecommitdiff
path: root/games/backgammon/common_source
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-19 23:32:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-19 23:32:09 +0000
commit12173fb1ee1d2f1d8a3e6eac21176785c3964b01 (patch)
tree8268716e0e288bbd2316c1867f9e74fc3ca783e7 /games/backgammon/common_source
parentd9933d2b22acde2f06ab03967717f9b1c8d74aec (diff)
do not use in-source libraries; they are really problematic with obj@ and obj/ links
Diffstat (limited to 'games/backgammon/common_source')
-rw-r--r--games/backgammon/common_source/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/backgammon/common_source/Makefile b/games/backgammon/common_source/Makefile
deleted file mode 100644
index 0ee5a3ef9d9..00000000000
--- a/games/backgammon/common_source/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $OpenBSD: Makefile,v 1.1 1998/03/19 11:13:13 pjanzen 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
-
-# only needed during build
-libinstall::
-
-.include <bsd.lib.mk>