mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SUBDIR+= eeprom
|
||
|
SUBDIR+= ofwdump
|
||
|
.if ${MK_SYSINSTALL} != "no"
|
||
|
SUBDIR+= sade
|
||
|
.endif
|