mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
8 lines
63 B
Makefile
8 lines
63 B
Makefile
|
#
|
||
|
#
|
||
|
|
||
|
KMOD= smrstress
|
||
|
SRCS= smrstress.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|