7 lines
70 B
Makefile
7 lines
70 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
KMOD= ng_patch
|
||
|
SRCS= ng_patch.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|