]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - cribbage/Makefile
Use POSIX signal and tty semantics.
[bsdgames-darwin.git] / cribbage / Makefile
index 81e39ae39d5537b8ea9336af82bb780b48880358..69c60d774c2ba12fbe8aca4c448f234a50ba531c 100644 (file)
@@ -1,10 +1,11 @@
-#      @(#)Makefile    5.11 (Berkeley) 5/11/90
+#      $NetBSD: Makefile,v 1.5 1995/03/21 15:08:39 cgd Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  cribbage
-DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
-LDADD= -lcurses -ltermlib -lcompat
+DPADD= ${LIBCURSES} ${LIBTERM}
+LDADD= -lcurses -ltermlib
 SRCS=  extern.c crib.c cards.c instr.c io.c score.c support.c
-MAN6=  cribbage.0
+MAN=   cribbage.6
 HIDEGAME=hidegame
 
 beforeinstall: