freebsd-dev/sys/modules/netgraph/atm/Makefile
Hartmut Brandt 4295875a6d The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node
handles user and network side signaling and partly PNNI.
2003-11-07 09:15:14 +00:00

13 lines
109 B
Makefile

# $FreeBSD$
SUBDIR= \
atm \
atmbase \
atmpif \
sscfu \
sscop \
uni
.include <bsd.subdir.mk>