diff options
author | jkh <jkh@FreeBSD.org> | 1995-11-09 09:58:17 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-11-09 09:58:17 +0000 |
commit | a4444a92b70fd2bfa55141aaf1418c32563cb5ad (patch) | |
tree | 54feb998a9c780d40f697c7ff4aeb2ed4fce2da2 /Makefile | |
parent | d892c3c42b8d225568d12bc1056d1e2ebad81b8e (diff) | |
download | FreeBSD-src-a4444a92b70fd2bfa55141aaf1418c32563cb5ad.zip FreeBSD-src-a4444a92b70fd2bfa55141aaf1418c32563cb5ad.tar.gz |
Add: cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
to includes target. Now the world will build on a new 2.1 system again.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.65 1995/10/26 09:24:59 phk Exp $ +# $Id: Makefile,v 1.66 1995/11/05 18:42:23 jfieber Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -214,6 +214,7 @@ includes: cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall + cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall .endif cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall |