diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-08 17:42:36 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-08 17:42:36 +0000 |
| commit | b7dd315906957c623236bbeba2b1c18fb1949ad3 (patch) | |
| tree | 10400faea5eca60537f0c5e1da051c67abd6cb8d /secure | |
| parent | 92dc7331c98f006e6a20e38967b826371887ea0e (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/Makefile | 6 | ||||
| -rw-r--r-- | secure/lib/Makefile.inc | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile new file mode 100644 index 000000000000..acb42febf57c --- /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 000000000000..fbdf4c6ea083 --- /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 |
