diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-10 03:06:55 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-10 03:06:55 +0000 |
| commit | 028dd5fc32e54ca4e8db4c91c5e083fa018b6a62 (patch) | |
| tree | 4e3c2cdb889a78ccd72854f28d817a1ba88ee80b | |
| parent | 0273ba731e7c3c4405326817a8a2e929f91fc88e (diff) | |
Notes
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.57.4.6 1995/11/05 18:38:16 jfieber Exp $ +# $Id: Makefile,v 1.57.4.7 1995/11/09 10:57:04 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -213,8 +213,9 @@ includes: cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall -.endif 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 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall |
