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 + 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