summaryrefslogtreecommitdiff
path: root/regress/sys/dev/audio/Makefile
blob: b045b2c9414e8b8fc2bbe94ca62c3ed34e11607f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 2004/07/09 19:48:02 david Exp $

PROG=autest
SRCS=autest.c adpcm.c law.c
CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes
MAN1=autest.1
LDADD=-lm

.ifndef DO_AUTEST
REGRESS_SKIP=
.endif

.include <bsd.regress.mk>