summaryrefslogtreecommitdiffstats
path: root/primes
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-12-12 00:07:45 +0000
committertv <tv@NetBSD.org>2001-12-12 00:07:45 +0000
commit1a7e5739c8385759b4a115c76b4baa1b1e17120a (patch)
treee43a6e8e2e22ac611ee39df767386d9bb26e0779 /primes
parent6495ec9fa544c28a1883653fbcab63f389f5a94d (diff)
downloadbsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.tar.gz
bsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.tar.zst
bsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.zip
MKfoo=no -> NOfoo=
Diffstat (limited to 'primes')
-rw-r--r--primes/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/primes/Makefile b/primes/Makefile
index 72627b8c..a8dd023d 100644
--- a/primes/Makefile
+++ b/primes/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:22 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2001/12/12 00:07:49 tv 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
+NOMAN= # defined
+DPADD= ${LIBM}
+LDADD= -lm
.include <bsd.prog.mk>