summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--secure/lib/Makefile6
-rw-r--r--secure/lib/Makefile.inc3
2 files changed, 9 insertions, 0 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
new file mode 100644
index 0000000..acb42fe
--- /dev/null
+++ b/secure/lib/Makefile
@@ -0,0 +1,6 @@
+# $Id: Makefile,v 1.1 1994/08/07 19:04:08 wollman Exp $
+
+SUBDIR= libcrypt
+
+.include <bsd.subdir.mk>
+
diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc
new file mode 100644
index 0000000..fbdf4c6
--- /dev/null
+++ b/secure/lib/Makefile.inc
@@ -0,0 +1,3 @@
+# $Id: Makefile.inc,v 1.1 1994/08/07 19:04:10 wollman Exp $
+
+.include ${.CURDIR}/../../lib/Makefile.inc
OpenPOWER on IntegriCloud