Deleted Added
full compact
Makefile (300207) Makefile (301226)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 300207 2016-05-19 14:08:36Z ken $
2# $FreeBSD: head/usr.sbin/Makefile 301226 2016-06-02 19:06:04Z lidl $
3
4.include <src.opts.mk>
5
6SUBDIR= adduser \
7 arp \
8 binmiscctl \
9 bsdconfig \
10 camdd \

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

108SUBDIR.${MK_AUDIT}+= auditd
109.if ${MK_OPENSSL} != "no"
110SUBDIR.${MK_AUDIT}+= auditdistd
111.endif
112SUBDIR.${MK_AUDIT}+= auditreduce
113SUBDIR.${MK_AUDIT}+= praudit
114SUBDIR.${MK_AUTHPF}+= authpf
115SUBDIR.${MK_AUTOFS}+= autofs
3
4.include <src.opts.mk>
5
6SUBDIR= adduser \
7 arp \
8 binmiscctl \
9 bsdconfig \
10 camdd \

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

108SUBDIR.${MK_AUDIT}+= auditd
109.if ${MK_OPENSSL} != "no"
110SUBDIR.${MK_AUDIT}+= auditdistd
111.endif
112SUBDIR.${MK_AUDIT}+= auditreduce
113SUBDIR.${MK_AUDIT}+= praudit
114SUBDIR.${MK_AUTHPF}+= authpf
115SUBDIR.${MK_AUTOFS}+= autofs
116.if ${MK_BLACKLIST_SUPPORT} != "no"
117SUBDIR.${MK_BLACKLIST_SUPPORT}+= blacklistctl
118SUBDIR.${MK_BLACKLIST_SUPPORT}+= blacklistd
119.endif
116SUBDIR.${MK_BLUETOOTH}+= bluetooth
117SUBDIR.${MK_BOOTPARAMD}+= bootparamd
118SUBDIR.${MK_BSDINSTALL}+= bsdinstall
119SUBDIR.${MK_BSNMP}+= bsnmpd
120SUBDIR.${MK_CTM}+= ctm
121SUBDIR.${MK_FLOPPY}+= fdcontrol
122SUBDIR.${MK_FLOPPY}+= fdformat
123SUBDIR.${MK_FLOPPY}+= fdread

--- 94 unchanged lines hidden ---
120SUBDIR.${MK_BLUETOOTH}+= bluetooth
121SUBDIR.${MK_BOOTPARAMD}+= bootparamd
122SUBDIR.${MK_BSDINSTALL}+= bsdinstall
123SUBDIR.${MK_BSNMP}+= bsnmpd
124SUBDIR.${MK_CTM}+= ctm
125SUBDIR.${MK_FLOPPY}+= fdcontrol
126SUBDIR.${MK_FLOPPY}+= fdformat
127SUBDIR.${MK_FLOPPY}+= fdread

--- 94 unchanged lines hidden ---