make includes needs to do a beforeinstall in libskey

This commit is contained in:
Paul Traina 1994-09-29 21:20:12 +00:00
parent 1ebe214799
commit 9687bf0bd5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3213

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.21 1994/09/23 09:00:35 rgrimes Exp $
# $Id: Makefile,v 1.22 1994/09/29 13:06:46 csgr Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@ -183,6 +183,7 @@ includes:
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
libraries:
@echo "--------------------------------------------------------------"