7 lines
110 B
Makefile
7 lines
110 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1999/03/26 14:02:41 mrg Exp $
|
||
|
|
||
|
PROG= audioplay
|
||
|
SRCS= play.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|