mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-30 12:04:07 +00:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SUBDIR+= eeprom
|
||
|
SUBDIR+= mount_smbfs
|
||
|
SUBDIR+= ofwdump
|
||
|
.if ${MK_SYSINSTALL} != "no"
|
||
|
SUBDIR+= sade
|
||
|
.endif
|