e4372ceba0
NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti
12 lines
107 B
Makefile
12 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= \
|
|
atm \
|
|
atmbase \
|
|
ccatm \
|
|
sscfu \
|
|
sscop \
|
|
uni
|
|
|
|
.include <bsd.subdir.mk>
|