Use new installhdrs target to install tcl includes.

This commit is contained in:
Bruce Evans 1997-08-25 19:40:53 +00:00
parent 4e00c309c0
commit 5c2de1d703
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28728

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.138 1997/08/21 15:16:07 bde Exp $
# $Id: Makefile,v 1.139 1997/08/21 15:43:54 bde Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -484,7 +484,7 @@ includes:
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
.if !defined(NOTCL) && exists (${.CURDIR}/contrib/tcl) && \
exists(${.CURDIR}/usr.bin/tclsh) && exists (${.CURDIR}/lib/libtcl)
cd ${.CURDIR}/lib/libtcl && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libtcl && ${MAKE} installhdrs
.endif
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall