Deleted Added
full compact
Makefile (6934) Makefile (7059)
1#
1#
2# $Id: Makefile,v 1.42 1995/03/06 05:52:47 nate Exp $
2# $Id: Makefile,v 1.43 1995/03/06 13:32:58 se 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# -DMAKE_EBONES to build eBones (KerberosIV)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

149 @echo "--------------------------------------------------------------"
150 cd ${.CURDIR}/bin && ${MAKE} ${.MAKEFLAGS} install
151 cd ${.CURDIR}/sbin && ${MAKE} ${.MAKEFLAGS} install
152 cd ${.CURDIR}/libexec && ${MAKE} ${.MAKEFLAGS} install
153 cd ${.CURDIR}/usr.bin && ${MAKE} ${.MAKEFLAGS} install
154 cd ${.CURDIR}/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
155 cd ${.CURDIR}/gnu/libexec && ${MAKE} ${.MAKEFLAGS} install
156 cd ${.CURDIR}/gnu/usr.bin && ${MAKE} ${.MAKEFLAGS} 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# -DMAKE_EBONES to build eBones (KerberosIV)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

149 @echo "--------------------------------------------------------------"
150 cd ${.CURDIR}/bin && ${MAKE} ${.MAKEFLAGS} install
151 cd ${.CURDIR}/sbin && ${MAKE} ${.MAKEFLAGS} install
152 cd ${.CURDIR}/libexec && ${MAKE} ${.MAKEFLAGS} install
153 cd ${.CURDIR}/usr.bin && ${MAKE} ${.MAKEFLAGS} install
154 cd ${.CURDIR}/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
155 cd ${.CURDIR}/gnu/libexec && ${MAKE} ${.MAKEFLAGS} install
156 cd ${.CURDIR}/gnu/usr.bin && ${MAKE} ${.MAKEFLAGS} install
157 cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
157#.if defined(MAKE_EBONES) && !defined(NOCRYPT)
158# cd ${.CURDIR}/eBones && ${MAKE} ${.MAKEFLAGS} installmost
159#.endif
160#.if !defined(NOSECURE) && !defined(NOCRYPT)
161# cd ${.CURDIR}/secure && ${MAKE} ${.MAKEFLAGS} installmost
162#.endif
163
164most:
165 @echo "--------------------------------------------------------------"
166 @echo " Building programs only"
167 @echo "--------------------------------------------------------------"
168 cd ${.CURDIR}/bin && ${MAKE} ${.MAKEFLAGS} all
169 cd ${.CURDIR}/sbin && ${MAKE} ${.MAKEFLAGS} all
170 cd ${.CURDIR}/libexec && ${MAKE} ${.MAKEFLAGS} all
171 cd ${.CURDIR}/usr.bin && ${MAKE} ${.MAKEFLAGS} all
172 cd ${.CURDIR}/usr.sbin && ${MAKE} ${.MAKEFLAGS} all
173 cd ${.CURDIR}/gnu/libexec && ${MAKE} ${.MAKEFLAGS} all
174 cd ${.CURDIR}/gnu/usr.bin && ${MAKE} ${.MAKEFLAGS} all
158#.if defined(MAKE_EBONES) && !defined(NOCRYPT)
159# cd ${.CURDIR}/eBones && ${MAKE} ${.MAKEFLAGS} installmost
160#.endif
161#.if !defined(NOSECURE) && !defined(NOCRYPT)
162# cd ${.CURDIR}/secure && ${MAKE} ${.MAKEFLAGS} installmost
163#.endif
164
165most:
166 @echo "--------------------------------------------------------------"
167 @echo " Building programs only"
168 @echo "--------------------------------------------------------------"
169 cd ${.CURDIR}/bin && ${MAKE} ${.MAKEFLAGS} all
170 cd ${.CURDIR}/sbin && ${MAKE} ${.MAKEFLAGS} all
171 cd ${.CURDIR}/libexec && ${MAKE} ${.MAKEFLAGS} all
172 cd ${.CURDIR}/usr.bin && ${MAKE} ${.MAKEFLAGS} all
173 cd ${.CURDIR}/usr.sbin && ${MAKE} ${.MAKEFLAGS} all
174 cd ${.CURDIR}/gnu/libexec && ${MAKE} ${.MAKEFLAGS} all
175 cd ${.CURDIR}/gnu/usr.bin && ${MAKE} ${.MAKEFLAGS} all
176 cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
175#.if defined(MAKE_EBONES) && !defined(NOCRYPT)
176# cd ${.CURDIR}/eBones && ${MAKE} ${.MAKEFLAGS} most
177#.endif
178#.if !defined(NOSECURE) && !defined(NOCRYPT)
179# cd ${.CURDIR}/secure && ${MAKE} ${.MAKEFLAGS} most
180#.endif
181
182mk:

--- 108 unchanged lines hidden ---
177#.if defined(MAKE_EBONES) && !defined(NOCRYPT)
178# cd ${.CURDIR}/eBones && ${MAKE} ${.MAKEFLAGS} most
179#.endif
180#.if !defined(NOSECURE) && !defined(NOCRYPT)
181# cd ${.CURDIR}/secure && ${MAKE} ${.MAKEFLAGS} most
182#.endif
183
184mk:

--- 108 unchanged lines hidden ---