1#	$NetBSD: Makefile,v 1.1 1998/09/23 21:05:59 perry Exp $
2
3PROG=	shuffle
4
5LDADD+=-lutil
6DPADD+=${LIBUTIL}
7
8.include <bsd.prog.mk>
9