summaryrefslogtreecommitdiffstats
path: root/moduli/Makefile.inc
diff options
context:
space:
mode:
authorelad <elad@NetBSD.org>2006-01-24 18:51:20 +0000
committerelad <elad@NetBSD.org>2006-01-24 18:51:20 +0000
commit77978dbe66ff160fb53979c75d118a7d6ebf6ba5 (patch)
tree8b78769fbf8064eec055e8377160457de5029d6b /moduli/Makefile.inc
parentbb26d5aa6d699a1d60219f40239aee9e75b87e54 (diff)
downloadbsdgames-darwin-77978dbe66ff160fb53979c75d118a7d6ebf6ba5.tar.gz
bsdgames-darwin-77978dbe66ff160fb53979c75d118a7d6ebf6ba5.zip
Remove qsiefe/qsafe from games. Will be put back in usr.bin.
Diffstat (limited to 'moduli/Makefile.inc')
-rw-r--r--moduli/Makefile.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/moduli/Makefile.inc b/moduli/Makefile.inc
deleted file mode 100644
index 97c1a370..00000000
--- a/moduli/Makefile.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.2 2006/01/20 14:19:31 elad Exp $
-
-.include <bsd.own.mk>
-
-WARNS=4
-DPADD+= ${LIBCRYPTO}
-LDADD+= -lcrypto
-
-.if exists(${.CURDIR}/../../Makefile.inc)
-.include "${.CURDIR}/../../Makefile.inc"
-.endif