make beforeinstall in libalias from the includes target

This commit is contained in:
Peter Wemm 1997-05-26 05:27:37 +00:00
parent e393b6503f
commit 1b87a2d536
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26152

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.126 1997/05/21 19:41:16 jkh Exp $
# $Id: Makefile,v 1.127 1997/05/21 22:48:51 asami Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -394,6 +394,7 @@ includes:
cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
.endif
cd ${.CURDIR}/lib/csu/i386 && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libalias && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall