]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - backgammon/common_source/Makefile
Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason and
[bsdgames-darwin.git] / backgammon / common_source / Makefile
index 27e42facdfdb389b863f561acb6518650f2a7b0e..1d91ed777c8e190bb120b4733a3ddf1f6b05321f 100644 (file)
@@ -1,14 +1,12 @@
-#      $NetBSD: Makefile,v 1.5 1999/03/13 23:17:46 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2002/09/18 06:16:39 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
+NOLINKLIB=     # defined
+NOLINT=                # defined
+NOPIC=         # defined
+NOPROFILE=     # defined
 
-MKLINT=        no
-MKPIC= no
-MKPROFILE=no
-
-# only needed during build
-libinstall::
+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>