8 lines
96 B
Makefile
8 lines
96 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SUBDIR+= eeprom
|
||
|
SUBDIR+= ofwdump
|
||
|
.if ${MK_SYSINSTALL} != "no"
|
||
|
SUBDIR+= sade
|
||
|
.endif
|