summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-11-26 07:31:13 +0000
committerjkh <jkh@FreeBSD.org>1995-11-26 07:31:13 +0000
commitbc7d106f80f3c18468583911b6bc909689a17df7 (patch)
tree060002ed7a27a8ab91d97ef9b1211e73c19c5a03 /Makefile
parent84fa9880d9ebd732e83f1ac6e44b420f3862ef20 (diff)
downloadFreeBSD-src-bc7d106f80f3c18468583911b6bc909689a17df7.zip
FreeBSD-src-bc7d106f80f3c18468583911b6bc909689a17df7.tar.gz
Bring forward libkadm change from 2.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd7a1ef..d229359 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.67 1995/11/09 09:58:17 jkh Exp $
+# $Id: Makefile,v 1.68 1995/11/25 01:28:07 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -231,6 +231,7 @@ includes:
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
+ cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
.endif
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud