summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-24 22:30:37 +0000
committerache <ache@FreeBSD.org>1995-01-24 22:30:37 +0000
commit64d1dfcdec94898157d558119fff16c71c653316 (patch)
treec0d690d63edb25a34cfca3f5f5ad72a3305eb4b0 /Makefile
parent7b8d03e909f38bd01fbdb82f4c32419a917f17b3 (diff)
downloadFreeBSD-src-64d1dfcdec94898157d558119fff16c71c653316.zip
FreeBSD-src-64d1dfcdec94898157d558119fff16c71c653316.tar.gz
Add libscsi to includes target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8786cd..9fe6d00 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 "--------------------------------------------------------------"
OpenPOWER on IntegriCloud