xref: /netbsd-src/usr.bin/audio/play/Makefile (revision 267197ec1eebfcb9810ea27a89625b6ddf68e3e7)
1#	$NetBSD: Makefile,v 1.3 2007/10/05 07:27:41 lukem Exp $
2
3WARNS=	2
4PROG=	audioplay
5SRCS=	play.c
6
7DPADD+=	${LIBUTIL}
8LDADD+=	-lutil
9
10.include <bsd.prog.mk>
11