]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - primes/Makefile
Typo patrol
[bsdgames-darwin.git] / primes / Makefile
index 72627b8cfc2ba72372e6b81982605d527e0badc8..423504180bbd80199eb173f3bcd099c375c30054 100644 (file)
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:22 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2004/02/08 13:16:25 jsm 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
+MAN=           primes.6
+DPADD=         ${LIBM}
+LDADD=         -lm
 
 .include <bsd.prog.mk>