Deleted Added
full compact
Makefile (255597) Makefile (255949)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 255597 2013-09-15 14:51:23Z des $
2# $FreeBSD: head/usr.sbin/Makefile 255949 2013-09-30 17:23:45Z des $
3
4.include <bsd.own.mk>
5
6SUBDIR= adduser \
7 arp \
8 bootparamd \
9 bsdconfig \
10 bsdinstall \

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

119SUBDIR+= auditreduce
120SUBDIR+= praudit
121.endif
122
123.if ${MK_AUTHPF} != "no"
124SUBDIR+= authpf
125.endif
126
3
4.include <bsd.own.mk>
5
6SUBDIR= adduser \
7 arp \
8 bootparamd \
9 bsdconfig \
10 bsdinstall \

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

119SUBDIR+= auditreduce
120SUBDIR+= praudit
121.endif
122
123.if ${MK_AUTHPF} != "no"
124SUBDIR+= authpf
125.endif
126
127.if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
128SUBDIR+= dnssec-dsfromkey
129SUBDIR+= dnssec-keyfromlabel
130SUBDIR+= dnssec-keygen
131SUBDIR+= dnssec-revoke
132SUBDIR+= dnssec-settime
133SUBDIR+= dnssec-signzone
134SUBDIR+= dnssec-verify
135.endif
136.if ${MK_BIND_NAMED} != "no"
137SUBDIR+= arpaname
138SUBDIR+= ddns-confgen
139SUBDIR+= genrandom
140SUBDIR+= isc-hmac-fixup
141SUBDIR+= named
142SUBDIR+= named-checkconf
143SUBDIR+= named-checkzone
144SUBDIR+= named-journalprint
145SUBDIR+= nsec3hash
146SUBDIR+= rndc
147SUBDIR+= rndc-confgen
148.endif
149
150.if ${MK_BLUETOOTH} != "no"
151SUBDIR+= bluetooth
152.endif
153
154.if ${MK_BSNMP} != "no"
155SUBDIR+= bsnmpd
156.endif
157

--- 190 unchanged lines hidden ---
127.if ${MK_BLUETOOTH} != "no"
128SUBDIR+= bluetooth
129.endif
130
131.if ${MK_BSNMP} != "no"
132SUBDIR+= bsnmpd
133.endif
134

--- 190 unchanged lines hidden ---