diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-06-18 05:08:36 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-06-18 05:08:36 +0000 |
| commit | 24e83068e703782f3ddb2a03913ee1f064d98218 (patch) | |
| tree | a87c8d8536f29813888469adc8d059e258da6e4a /sys/modules/ispfw | |
| parent | f4b90f9d1c10e2ac60ef96ccc2426fd8b10a364d (diff) | |
Notes
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 000000000000..a6a4e8865631 --- /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> |
