summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-26 05:27:37 +0000
committerpeter <peter@FreeBSD.org>1997-05-26 05:27:37 +0000
commiteba16158837f93c948ac165d4186329e1c42b075 (patch)
treeda1aecc69535d5ea60f23fbdf4513fdea4963c12 /Makefile
parent8f0fa46a51c4e203af1cda3f6a4669748518d523 (diff)
downloadFreeBSD-src-eba16158837f93c948ac165d4186329e1c42b075.zip
FreeBSD-src-eba16158837f93c948ac165d4186329e1c42b075.tar.gz
make beforeinstall in libalias from the includes target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49a1abb..48015dd 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud