NetBSD/usr.sbin/cpuctl/Makefile
ad 18af8ee9bd Add cpuctl(8). For now this is not much more than a toy for debugging and
benchmarking that allows taking CPUs online/offline.
2007-08-04 11:02:56 +00:00

7 lines
107 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/08/04 11:03:04 ad Exp $
PROG= cpuctl
MAN= cpuctl.8
.include <bsd.prog.mk>