Add a makefile for snp(4) since it can be compiled as a module now.

This commit is contained in:
Dima Dorfman 2001-05-22 22:56:47 +00:00
parent 4b2ec3c529
commit a61a2e8e90

9
sys/modules/snp/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../kern
KMOD= snp
SRCS= tty_snoop.c vnode_if.h
NOMAN=
.include <bsd.kmod.mk>