f0b8f2b291
Also, fix up for and enable WARNS=2. This fixes problems playing from pipes or standard input, and playing from funny filesystems or other cases that can't be mmap(2)ed.
8 lines
120 B
Makefile
8 lines
120 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/01/13 04:43:18 ross Exp $
|
|
|
|
WARNS= 2
|
|
PROG= audioplay
|
|
SRCS= play.c
|
|
|
|
.include <bsd.prog.mk>
|