]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/Makefile
Fix uses of namespaces reserved by ISO C or POSIX.1.
[bsdgames-darwin.git] / monop / Makefile
index 29376c64b63a85d0310fbca4e2636b39130228fc..70bdbc4fcb733bfe5a6b5708339de37df2abe3e2 100644 (file)
@@ -1,13 +1,15 @@
-#      $NetBSD: Makefile,v 1.19 1998/09/29 07:33:21 lukem Exp $
+#      $NetBSD: Makefile,v 1.20 1999/02/13 02:54:21 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
+.include <bsd.own.mk>
+
 PROG=  monop
 SRCS=  monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \
        print.c prop.c rent.c roll.c spec.c trade.c
 MAN=   monop.6
 HIDEGAME=hidegame
 CLEANFILES+=initdeck cards.pck
-.if !defined(NOSHARE)
+.if ${MKSHARE} != "no"
 FILES=cards.pck
 FILESDIR=/usr/share/games
 .endif