mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
8 lines
63 B
Makefile
8 lines
63 B
Makefile
|
#
|
||
|
#
|
||
|
|
||
|
KMOD= smrstress
|
||
|
SRCS= smrstress.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|