From b3e643c17b8fb284f4efca1a7b84b6c3f9d9cb5a Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 24 Jan 1995 22:30:37 +0000 Subject: [PATCH] Add libscsi to includes target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8786cddabb3..9fe6d00c698f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.37 1995/01/21 23:01:19 wollman Exp $ +# $Id: Makefile,v 1.38 1995/01/24 22:15:25 ache Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -225,6 +225,7 @@ includes: cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libforms && ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall lib-tools: @echo "--------------------------------------------------------------"