summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-11-13 00:59:00 +0000
committerjdp <jdp@FreeBSD.org>1998-11-13 00:59:00 +0000
commitda5e1981ae1b7cdf8658be1f5306b19e6c92e0ec (patch)
tree6250dc9ac8fdab97f16c5c22c43f502036f0e7cd /Makefile.inc1
parentb0a10ecd58a5174b124fdb560d6227eda781f839 (diff)
downloadFreeBSD-src-da5e1981ae1b7cdf8658be1f5306b19e6c92e0ec.zip
FreeBSD-src-da5e1981ae1b7cdf8658be1f5306b19e6c92e0ec.tar.gz
Add libradius and libtacplus to the includes target. Note their
dependence on libmd.
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 9eabfe9..04ceb2f 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.
OpenPOWER on IntegriCloud