aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-11-25 20:05:07 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-11-25 20:05:07 +0000
commite13b3c78705bf428ded26322bf7045e86c0dd667 (patch)
tree160aa4b447ab7589e05fd883eecaa1f81bb1fd40 /Makefile.inc1
parent945d12af3b62008b556b62a80d4ccbd666072d36 (diff)
downloadsrc-e13b3c78705bf428ded26322bf7045e86c0dd667.tar.gz
src-e13b3c78705bf428ded26322bf7045e86c0dd667.zip
Place netgraph entry into alphabetical position
along with the misplaced entries that it was next to.
Notes
Notes: svn path=/head/; revision=53700
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 584766edc50e..3eabb7f0166a 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