From ff0350df84104725fc00cedb68013bd1cdf8be2e Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 25 Oct 1999 14:50:13 +0000 Subject: install netgraph.h a bit earlier. Submitted by: Boris Popov --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1