[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

File: [local] / src / usr.bin / aucat / Makefile (download)

Revision 1.7, Tue Oct 28 21:57:39 2008 UTC (15 years, 7 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.6: +2 -6 lines

Use -Werror unconditionnaly again.

#	$OpenBSD: Makefile,v 1.7 2008/10/28 21:57:39 miod Exp $

PROG=	aucat
SRCS=	aucat.c abuf.c aparams.c aproc.c dev.c file.c headers.c \
	safile.c sock.c pipe.c listen.c wav.c legacy.c 
CFLAGS+= -DDEBUG -Wall -Wstrict-prototypes -Werror -Wundef
LDADD+=	-lsndio
.include <bsd.prog.mk>