diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-09-01 06:07:47 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-09-01 06:07:47 +0000 |
| commit | 741d299c21c5144d8f5a44a913d4ef01c4b16eb0 (patch) | |
| tree | 745f3c6cbfaa7e074462c518e74c43635fece900 | |
| parent | 1021bf13627baa8f78106ba9e8a68e2d2fc7bf9b (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index cd1763a78a91..fd1df0afc751 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.2 1998/08/31 20:43:13 jb Exp $ +# $Id: Makefile.inc1,v 1.3 1998/09/01 00:39:02 jb Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -921,8 +921,8 @@ legacy-install: @echo "--------------------------------------------------------------" @echo " Installing legacy libraries" @echo "--------------------------------------------------------------" - cd ${.CURDIR}/lib; ${MAKE} -B install - cd ${.CURDIR}/gnu/lib; ${MAKE} -B install + cd ${.CURDIR}/lib; ${MAKE} -B -DNOMAN -DNOINFO install + cd ${.CURDIR}/gnu/lib; ${MAKE} -B -DNOMAN -DNOINFO install @echo @echo "--------------------------------------------------------------" @echo " Installing legacy rtld" |
