Deleted Added
full compact
Makefile (241606) Makefile (243752)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 241606 2012-10-16 09:59:10Z attilio $
2# $FreeBSD: head/usr.sbin/Makefile 243752 2012-12-01 15:11:46Z rwatson $
3
4.include <bsd.own.mk>
5
6SUBDIR= adduser \
7 arp \
8 bootparamd \
9 burncd \
10 bsdinstall \

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

105
106.if ${MK_AMD} != "no"
107SUBDIR+= amd
108.endif
109
110.if ${MK_AUDIT} != "no"
111SUBDIR+= audit
112SUBDIR+= auditd
3
4.include <bsd.own.mk>
5
6SUBDIR= adduser \
7 arp \
8 bootparamd \
9 burncd \
10 bsdinstall \

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

105
106.if ${MK_AMD} != "no"
107SUBDIR+= amd
108.endif
109
110.if ${MK_AUDIT} != "no"
111SUBDIR+= audit
112SUBDIR+= auditd
113.if ${MK_OPENSSL} != "no"
114SUBDIR+= auditdistd
115.endif
113SUBDIR+= auditreduce
114SUBDIR+= praudit
115.endif
116
117.if ${MK_AUTHPF} != "no"
118SUBDIR+= authpf
119.endif
120

--- 217 unchanged lines hidden ---
116SUBDIR+= auditreduce
117SUBDIR+= praudit
118.endif
119
120.if ${MK_AUTHPF} != "no"
121SUBDIR+= authpf
122.endif
123

--- 217 unchanged lines hidden ---