xref: /netbsd-src/usr.bin/audio/play/Makefile (revision 3cec974c61d7fac0a37c0377723a33214a458c8b)
1#	$NetBSD: Makefile,v 1.1 1999/03/26 14:02:41 mrg Exp $
2
3PROG=	audioplay
4SRCS=	play.c
5
6.include <bsd.prog.mk>
7