Deleted Added
full compact
Makefile (262650) Makefile (264303)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: stable/10/usr.sbin/Makefile 262650 2014-03-01 04:25:52Z brooks $
2# $FreeBSD: stable/10/usr.sbin/Makefile 264303 2014-04-09 18:16:58Z dim $
3
4.include <bsd.own.mk>
5
6SUBDIR= adduser \
7 arp \
8 bootparamd \
9 bsdconfig \
10 bsdinstall \

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

319SUBDIR+= wlandebug
320SUBDIR+= wpa
321.endif
322
323.include <bsd.arch.inc.mk>
324
325SUBDIR:= ${SUBDIR:O}
326
3
4.include <bsd.own.mk>
5
6SUBDIR= adduser \
7 arp \
8 bootparamd \
9 bsdconfig \
10 bsdinstall \

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

319SUBDIR+= wlandebug
320SUBDIR+= wpa
321.endif
322
323.include <bsd.arch.inc.mk>
324
325SUBDIR:= ${SUBDIR:O}
326
327SUBDIR_PARALLEL=
328
327.include <bsd.subdir.mk>
329.include <bsd.subdir.mk>