Deleted Added
full compact
Makefile (2626) Makefile (2685)
1#
1#
2# $Id: Makefile,v 1.15 1994/09/03 02:38:28 paul Exp $
2# $Id: Makefile,v 1.16 1994/09/09 20:29:20 csgr Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include and MOST of /usr/lib
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCRYPT will prevent building of crypt versions
10# XXX2 -DNOKERBEROS do not build Kerberos

--- 147 unchanged lines hidden (view full) ---

158 @echo
159.if defined(CLOBBER)
160 rm -rf ${DESTDIR}/usr/include
161 mkdir ${DESTDIR}/usr/include
162 chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include
163 chmod 755 ${DESTDIR}/usr/include
164.endif
165 cd ${.CURDIR}/include && ${MAKE} install
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include and MOST of /usr/lib
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCRYPT will prevent building of crypt versions
10# XXX2 -DNOKERBEROS do not build Kerberos

--- 147 unchanged lines hidden (view full) ---

158 @echo
159.if defined(CLOBBER)
160 rm -rf ${DESTDIR}/usr/include
161 mkdir ${DESTDIR}/usr/include
162 chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include
163 chmod 755 ${DESTDIR}/usr/include
164.endif
165 cd ${.CURDIR}/include && ${MAKE} install
166#XXX cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
167#XXX cd ${.CURDIR}/gnu/usr.bin/cc/libobjc && ${MAKE} beforeinstall
166 cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
167 cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
168.if exists(kerberosIV) && !defined(NOCRYPT) && !defined(NOKERBEROS)
169 cd ${.CURDIR}/kerberosIV/include && ${MAKE} install
170.endif
171 cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
172 cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
173 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
174 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
175.if exists(eBones) && !defined(NOCRYPT) && defined(NOKERBEROS) && \

--- 60 unchanged lines hidden ---
168.if exists(kerberosIV) && !defined(NOCRYPT) && !defined(NOKERBEROS)
169 cd ${.CURDIR}/kerberosIV/include && ${MAKE} install
170.endif
171 cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
172 cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
173 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
174 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
175.if exists(eBones) && !defined(NOCRYPT) && defined(NOKERBEROS) && \

--- 60 unchanged lines hidden ---