diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-06-18 05:08:36 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-06-18 05:08:36 +0000 |
commit | fbb71d76ef36f41df99d3969752f7b2e8411512c (patch) | |
tree | 2df03396d42915df7f59c1cfa5e8bc58b9b03630 /sys/modules/ispfw | |
parent | fd3bc6e186f228833b2651d627860e9bdd1687d1 (diff) | |
download | FreeBSD-src-fbb71d76ef36f41df99d3969752f7b2e8411512c.zip FreeBSD-src-fbb71d76ef36f41df99d3969752f7b2e8411512c.tar.gz |
add ispfw module
Diffstat (limited to 'sys/modules/ispfw')
-rw-r--r-- | sys/modules/ispfw/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/ispfw/Makefile b/sys/modules/ispfw/Makefile new file mode 100644 index 0000000..a6a4e88 --- /dev/null +++ b/sys/modules/ispfw/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/ispfw +KMOD = ispfw +SRCS = ispfw.c + +.include <bsd.kmod.mk> |