diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-09 10:57:04 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-09 10:57:04 +0000 |
| commit | ec991c1c74a90838a71602b603ad2355e7a67c91 (patch) | |
| tree | c0c6626bed2f596deba371cad2e19d19d9068b74 | |
| parent | 82215a9a23bd8bc04658f39b315268951b5632c7 (diff) | |
Notes
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.57.4.5 1995/09/18 08:52:26 davidg Exp $ +# $Id: Makefile,v 1.57.4.6 1995/11/05 18:38:16 jfieber Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -214,6 +214,7 @@ includes: .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall .endif + cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall |
