]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - backgammon/teachgammon/Makefile
Remove uses of __P.
[bsdgames-darwin.git] / backgammon / teachgammon / Makefile
index 666b58868b158ebc61976ca00c75e53411c4f23a..af8662ef837eac1d735fa37dc1f190c6fded7ae0 100644 (file)
@@ -1,16 +1,9 @@
-#      $NetBSD: Makefile,v 1.6 1997/05/06 20:45:01 gwr Exp $
+#      $NetBSD: Makefile,v 1.11 2002/09/18 06:16:39 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-PROG=  teachgammon
-CFLAGS+=-DV7 -I${.CURDIR}/../common_source
-SRCS=  allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \
-       subs.c table.c teach.c ttext1.c ttext2.c tutor.c
-DPADD= ${LIBTERM} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
-HIDEGAME=hidegame
-NOMAN= noman
+NOMAN=         # defined
 
-.PATH.c: ${.CURDIR}/../common_source
+PROG=          teachgammon
+SRCS=          data.c teach.c ttext1.c ttext2.c tutor.c
 
-.include "../../Makefile.inc"
 .include <bsd.prog.mk>