mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
8 lines
99 B
Makefile
8 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ispfw
|
|
KMOD = ispfw
|
|
SRCS = ispfw.c
|
|
|
|
.include <bsd.kmod.mk>
|