1#	$NetBSD: Makefile,v 1.2 2009/04/22 15:23:06 lukem Exp $
2
3PROG=	psrset
4MAN=	psrset.8
5
6LDADD+=	-lrt
7
8.include <bsd.prog.mk>
9