add ispfw module

This commit is contained in:
Matt Jacob 2000-06-18 05:08:36 +00:00
parent f4b90f9d1c
commit 24e83068e7
1 changed files with 7 additions and 0 deletions

View File

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