add ispfw module

This commit is contained in:
Matt Jacob 2000-06-18 05:08:36 +00:00
parent f4b90f9d1c
commit 24e83068e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61782

View File

@ -0,0 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ispfw
KMOD = ispfw
SRCS = ispfw.c
.include <bsd.kmod.mk>