freebsd-dev/sys/modules/netgraph/sample/Makefile
Julian Elischer 6de306ecee Add a Makefile for the sample node so It can be compiled.
This helps to stop it from geting out of sync.
It is not part of the normal build but I can use it with all the others
when I make changes to netgraph to ensure it is buildable.
2001-02-25 05:34:33 +00:00

8 lines
79 B
Makefile

# $FreeBSD$
KMOD= ng_sample
SRCS= ng_sample.c
NOMAN=
.include <bsd.kmod.mk>