From 1b87a2d536cf8b0ed41f26450405e00f88e24482 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 26 May 1997 05:27:37 +0000 Subject: [PATCH] make beforeinstall in libalias from the includes target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49a1abba13a4..48015dd84e87 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