]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rain/Makefile
Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate in
[bsdgames-darwin.git] / rain / Makefile
index 14b8514c8be1e6c1d071b855b0fde3fad69cd95c..9f7cc8f6515ef66b486d165ebac0217c7ff38937 100644 (file)
@@ -1,9 +1,9 @@
-#      from: @(#)Makefile      5.3 (Berkeley) 5/11/90
-#      $Id: Makefile,v 1.5 1994/12/22 09:35:48 cgd Exp $
+#      $NetBSD: Makefile,v 1.8 1999/07/30 02:14:56 hubertf Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  rain
 MAN=   rain.6
-DPADD= ${LIBTERM} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
+DPADD= ${LIBCURSES}
+LDADD= -lcurses
 
 .include <bsd.prog.mk>