NetBSD/usr.sbin/psrset/Makefile
ad 44eb18fda8 Add a dumb, mostly Solaris-compatible psrset command. It's missing some
options. Without it there's no easy way to test or use processor sets.
2008-06-22 13:53:59 +00:00

11 lines
131 B
Makefile

# $NetBSD: Makefile,v 1.1 2008/06/22 13:53:59 ad Exp $
PROG= psrset
MAN= psrset.8
LDADD+= -lrt
WARNS= 4
.include <bsd.prog.mk>