Add libstand to the includes target.

This commit is contained in:
Mike Smith 1998-10-05 08:06:45 +00:00
parent b4c3b946da
commit 400b2cc592
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39971

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.20 1998/09/23 10:30:43 obrien Exp $
# $Id: Makefile.inc1,v 1.22 1998/09/26 01:30:36 sos Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -580,6 +580,7 @@ includes:
cd ${.CURDIR}/lib/libpcap; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/librpcsvc; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libstand; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libtermcap; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libss; ${MAKE} -B hdrs beforeinstall