summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-08 17:42:36 +0000
committercsgr <csgr@FreeBSD.org>1994-08-08 17:42:36 +0000
commita327f792a0d4171199a593a4df1d776ba803f1c9 (patch)
tree10400faea5eca60537f0c5e1da051c67abd6cb8d /secure/lib
parent8c8cfc5c11ccc319e45a6e25c83d6411fcde8815 (diff)
downloadFreeBSD-src-a327f792a0d4171199a593a4df1d776ba803f1c9.zip
FreeBSD-src-a327f792a0d4171199a593a4df1d776ba803f1c9.tar.gz
add Makefiles for secure/lib. Makefile.inc just includes src/lib/Makefile.inc
in order to get things like SHLIB_MAJOR etc.
Diffstat (limited to 'secure/lib')
-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