mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= cpuset
|
||
|
WARNS?= 6
|
||
|
|
||
|
.include <bsd.prog.mk>
|