summaryrefslogtreecommitdiffstats
path: root/games/factor/Makefile
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2015-10-02 10:08:11 +0000
committercperciva <cperciva@FreeBSD.org>2015-10-02 10:08:11 +0000
commit8cc71b38c27f2be8ba4c227078a51c63847a89de (patch)
tree0bbcb3f392def57bae56978c0da09362f7d6b426 /games/factor/Makefile
parent0c2e89c50542aa374d776ce0787b4a06e0de1be2 (diff)
downloadFreeBSD-src-8cc71b38c27f2be8ba4c227078a51c63847a89de.zip
FreeBSD-src-8cc71b38c27f2be8ba4c227078a51c63847a89de.tar.gz
Final step of eliminating the "games" distribution: Merge src/games
(or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015
Diffstat (limited to 'games/factor/Makefile')
-rw-r--r--games/factor/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/factor/Makefile b/games/factor/Makefile
deleted file mode 100644
index afc9510..0000000
--- a/games/factor/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-PROG= factor
-SRCS= factor.c pr_tbl.c
-CFLAGS+=-I${.CURDIR}/../primes
-
-.if ${MK_OPENSSL} != "no"
-CFLAGS+=-DHAVE_OPENSSL
-DPADD= ${LIBCRYPTO}
-LDADD= -lcrypto
-.endif
-
-MAN= factor.6
-MLINKS+=factor.6 primes.6
-.PATH: ${.CURDIR}/../primes
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud