Add a makefile for snp(4) since it can be compiled as a module now.
This commit is contained in:
parent
4b2ec3c529
commit
a61a2e8e90
9
sys/modules/snp/Makefile
Normal file
9
sys/modules/snp/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../kern
|
||||
|
||||
KMOD= snp
|
||||
SRCS= tty_snoop.c vnode_if.h
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user