summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-10-25 14:50:13 +0000
committerjulian <julian@FreeBSD.org>1999-10-25 14:50:13 +0000
commitff0350df84104725fc00cedb68013bd1cdf8be2e (patch)
tree8f7f059e67e54670d9dfd6c03394d98bf76cd99a /Makefile.inc1
parentfaf44b90cf2e4d2d75fff652e8cb0061ebab8994 (diff)
downloadFreeBSD-src-ff0350df84104725fc00cedb68013bd1cdf8be2e.zip
FreeBSD-src-ff0350df84104725fc00cedb68013bd1cdf8be2e.tar.gz
install netgraph.h a bit earlier.
Submitted by: Boris Popov <bp@butya.kz>
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 06c561d..f16e669 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -589,6 +589,7 @@ includes:
cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libncp; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libnetgraph; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libftpio; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libkvm; ${MAKE} beforeinstall
OpenPOWER on IntegriCloud