freebsd-dev/sys/modules/netgraph/one2many/Makefile

8 lines
83 B
Makefile
Raw Normal View History

2000-11-16 05:58:33 +00:00
# $FreeBSD$
KMOD= ng_one2many
SRCS= ng_one2many.c
2000-11-16 05:58:33 +00:00
NOMAN=
.include <bsd.kmod.mk>