diff options
author | peter <peter@FreeBSD.org> | 1997-05-26 05:27:37 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-05-26 05:27:37 +0000 |
commit | eba16158837f93c948ac165d4186329e1c42b075 (patch) | |
tree | da1aecc69535d5ea60f23fbdf4513fdea4963c12 /Makefile | |
parent | 8f0fa46a51c4e203af1cda3f6a4669748518d523 (diff) | |
download | FreeBSD-src-eba16158837f93c948ac165d4186329e1c42b075.zip FreeBSD-src-eba16158837f93c948ac165d4186329e1c42b075.tar.gz |
make beforeinstall in libalias from the includes target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |