NetBSD/usr.bin/audio/play/Makefile
ross f0b8f2b291 Rototill play_fd() to fix some original problems and some added later.
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.
2002-01-13 04:43:18 +00:00

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>