Deleted Added
full compact
Makefile (117951) Makefile (117978)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 117951 2003-07-24 02:07:14Z peter $
2# $FreeBSD: head/usr.sbin/Makefile 117978 2003-07-24 18:30:25Z markm $
3
4.if ${MACHINE_ARCH} != "powerpc"
5_sysinstall=sysinstall
6.endif
7
8# XXX MISSING: mkproto
9SUBDIR= IPXrouted \
10 ac \

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

220.if ${MACHINE} == "pc98"
221SUBDIR+=boot98cfg
222.endif
223
224.if ${MACHINE_ARCH} == "sparc64"
225SUBDIR+=ofwdump
226.endif
227
3
4.if ${MACHINE_ARCH} != "powerpc"
5_sysinstall=sysinstall
6.endif
7
8# XXX MISSING: mkproto
9SUBDIR= IPXrouted \
10 ac \

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

220.if ${MACHINE} == "pc98"
221SUBDIR+=boot98cfg
222.endif
223
224.if ${MACHINE_ARCH} == "sparc64"
225SUBDIR+=ofwdump
226.endif
227
228.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
228.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
229SUBDIR+=keyserv
230.endif
231
232.include <bsd.subdir.mk>
229SUBDIR+=keyserv
230.endif
231
232.include <bsd.subdir.mk>