Deleted Added
full compact
Makefile (171173) Makefile (171453)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 171173 2007-07-03 12:46:08Z mlaier $
2# $FreeBSD: head/usr.sbin/Makefile 171453 2007-07-14 21:49:24Z rwatson $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ac \
8 accton \
9 ${_acpi} \
10 adduser \

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

192 ${_ypset} \
193 zic \
194 ${_zzz}
195
196.if ${MACHINE_ARCH} != "arm"
197_sysinstall= sysinstall
198.endif
199
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ac \
8 accton \
9 ${_acpi} \
10 adduser \

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

192 ${_ypset} \
193 zic \
194 ${_zzz}
195
196.if ${MACHINE_ARCH} != "arm"
197_sysinstall= sysinstall
198.endif
199
200.if ${MK_ATM} != "no"
201_atm= atm
202.endif
200# Disabled in 7.0 as netatm is not MPSAFE.
201#.if ${MK_ATM} != "no"
202#_atm= atm
203#.endif
203
204.if ${MK_AUDIT} != "no"
205_audit= audit
206_auditd= auditd
207_auditreduce= auditreduce
208_praudit= praudit
209.endif
210

--- 173 unchanged lines hidden ---
204
205.if ${MK_AUDIT} != "no"
206_audit= audit
207_auditd= auditd
208_auditreduce= auditreduce
209_praudit= praudit
210.endif
211

--- 173 unchanged lines hidden ---