summaryrefslogtreecommitdiffstats
path: root/moduli/Makefile.inc
diff options
context:
space:
mode:
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