add Makefiles for secure/lib. Makefile.inc just includes src/lib/Makefile.inc

in order to get things like SHLIB_MAJOR etc.
This commit is contained in:
Geoff Rehmet 1994-08-08 17:42:36 +00:00
parent 92dc7331c9
commit b7dd315906
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1961
2 changed files with 9 additions and 0 deletions

6
secure/lib/Makefile Normal file
View File

@ -0,0 +1,6 @@
# $Id: Makefile,v 1.1 1994/08/07 19:04:08 wollman Exp $
SUBDIR= libcrypt
.include <bsd.subdir.mk>

3
secure/lib/Makefile.inc Normal file
View File

@ -0,0 +1,3 @@
# $Id: Makefile.inc,v 1.1 1994/08/07 19:04:10 wollman Exp $
.include ${.CURDIR}/../../lib/Makefile.inc