blob: ae5fab7ffb1ef3dc03564d8c4d6f2da26661c4c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/06 00:42:12 jakemsr Exp $
PROG= audiotest_gsinfo
CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes
MAN1= audiotest_gsinfo.1
.ifndef DO_AUTEST
REGRESS_SKIP=
.endif
.include <bsd.regress.mk>
|