]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - primes/Makefile
Integrate Warp Kit into the NetBSD build
[bsdgames-darwin.git] / primes / Makefile
index 72627b8cfc2ba72372e6b81982605d527e0badc8..8ed845cd23f32d82aeabe66ae085e5cc11ab1c6a 100644 (file)
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:22 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2014/10/02 21:36:37 ast Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-PROG=  primes
-SRCS=  pattern.c pr_tbl.c primes.c
-MKMAN= no
-DPADD= ${LIBM}
-LDADD= -lm
+PROG=          primes
+SRCS=          pattern.c pr_tbl.c primes.c spsp.c
+MAN=           primes.6
+DPADD=         ${LIBM}
+LDADD=         -lm
 
 .include <bsd.prog.mk>