diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-14 16:52:44 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-14 16:52:44 +0000 |
| commit | 9e091cd68ff3cac48259d566e464d8a4c9134608 (patch) | |
| tree | 8d11394c3b8459cba154376de10e7b636e9c8c18 /Makefile | |
| parent | 0a1c88753802baa28b8d755dc7610cabdbaf840f (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index ceb312e17b6d3..c9a75f810b9b8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.6 1994/08/13 22:47:28 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -141,7 +141,7 @@ includes: chmod 755 ${DESTDIR}/usr/include .endif cd ${.CURDIR}/include && ${MAKE} install - cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall +#XXX cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall cd ${.CURDIR}/gnu/usr.bin/cc/libobjc && ${MAKE} beforeinstall .if !defined(NOCRYPT) cd ${.CURDIR}/kerberosIV/include && ${MAKE} install |
