summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-11-25 20:05:07 +0000
committerjulian <julian@FreeBSD.org>1999-11-25 20:05:07 +0000
commitfec55b2fd421c372bbeb916144735a3ecf5fa5ac (patch)
tree20c7f71d804f32006ae4df4af10866e6f4539f61
parentf1034aa49444739205de3be80a0c572bdf1c42a2 (diff)
downloadFreeBSD-src-fec55b2fd421c372bbeb916144735a3ecf5fa5ac.zip
FreeBSD-src-fec55b2fd421c372bbeb916144735a3ecf5fa5ac.tar.gz
Place netgraph entry into alphabetical position
along with the misplaced entries that it was next to.
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 584766e..3eabb7f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -576,9 +576,6 @@ includes:
cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
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
@@ -586,6 +583,9 @@ includes:
.if !defined(WANT_CSRG_LIBM)
cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall
.endif
+ cd ${.CURDIR}/lib/libncp; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libnetgraph; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libopie; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libpam/libpam; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libpcap; ${MAKE} beforeinstall
OpenPOWER on IntegriCloud