1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

Bring forward libkadm change from 2.1

This commit is contained in:
Jordan K. Hubbard 1995-11-26 07:31:13 +00:00
parent 3b34e61a0a
commit c2e6431816
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12485

View File

@ -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: # Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib # -DCLOBBER will remove /usr/include and MOST of /usr/lib
@ -231,6 +231,7 @@ includes:
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
.endif .endif
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall