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
|