aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-11-13 00:59:00 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-11-13 00:59:00 +0000
commit5a51bc8e6ac64d77bab690360d7fa62212c5c285 (patch)
tree7730bcba20670eedbecdc2699c7643172400b152 /Makefile.inc1
parent2c195535b57fe50629086ad3613aded9e735ee48 (diff)
downloadsrc-5a51bc8e6ac64d77bab690360d7fa62212c5c285.tar.gz
src-5a51bc8e6ac64d77bab690360d7fa62212c5c285.zip
Add libradius and libtacplus to the includes target. Note their
dependence on libmd.
Notes
Notes: svn path=/head/; revision=41122
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 9eabfe9adfb5..04ceb2ffece7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.38 1998/11/05 04:38:28 peter Exp $
+# $Id: Makefile.inc1,v 1.39 1998/11/05 07:54:05 msmith Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -578,9 +578,11 @@ includes:
.endif
cd ${.CURDIR}/lib/libopie; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libpcap; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libradius; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/librpcsvc; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libstand; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libtacplus; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libtermcap; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libss; ${MAKE} -B hdrs beforeinstall
@@ -646,7 +648,8 @@ lib-tools:
# libcom_err must be built before libss.
# libcrypt must be built before libskey.
# libm must be built before libf2c, libg++ and libstdc++.
-# libmd must be built before libatm, libopie and libskey.
+# libmd must be built before libatm, libopie, libradius, libskey,
+# and libtacplus.
# libmytinfo must be built before libdialog and libncurses.
# libncurses must be built before libdialog.
# libtermcap must be built before libcurses, libedit and libreadline.