summaryrefslogtreecommitdiffstats
path: root/Makefile.alpha
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-30 23:10:39 +0000
committerjb <jb@FreeBSD.org>1998-03-30 23:10:39 +0000
commit527791a56cec3df74dda6cb4a0c44359b2151e05 (patch)
treead6a2d40ca60f9318c37a91c4c966463745b0556 /Makefile.alpha
parent142623e0c88887979bb20aacdd8a1d4b81f7457a (diff)
downloadFreeBSD-src-527791a56cec3df74dda6cb4a0c44359b2151e05.zip
FreeBSD-src-527791a56cec3df74dda6cb4a0c44359b2151e05.tar.gz
Add `hdrs' to the beforeinstall for libss so that the headers are
available for install. I thought that was what beforeinstall was supposed to do. Sigh.
Diffstat (limited to 'Makefile.alpha')
-rw-r--r--Makefile.alpha4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.alpha b/Makefile.alpha
index 9cfae40..c2eb46f 100644
--- a/Makefile.alpha
+++ b/Makefile.alpha
@@ -1,4 +1,4 @@
-# $Id: Makefile.alpha,v 1.6 1998/03/12 03:20:48 jb Exp $
+# $Id: Makefile.alpha,v 1.7 1998/03/23 22:18:42 jb Exp $
#
# NOTE:
#
@@ -312,7 +312,7 @@ includes:
.endif
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
- cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libss && ${MAKE} hdrs beforeinstall
cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libutil && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libvgl && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud