summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-05 08:06:45 +0000
committermsmith <msmith@FreeBSD.org>1998-10-05 08:06:45 +0000
commit4828e2edbd62968f9cfeedf23e6bb2481c7a5077 (patch)
tree88738bef82adfc1e19e30a7ba4c002f030e6c768 /Makefile.inc1
parent42e018185cf6421fad01feacac505a04a18e4e46 (diff)
downloadFreeBSD-src-4828e2edbd62968f9cfeedf23e6bb2481c7a5077.zip
FreeBSD-src-4828e2edbd62968f9cfeedf23e6bb2481c7a5077.tar.gz
Add libstand to the includes target.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2ba2650..26170c7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud