7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1999/03/26 14:02:40 mrg Exp $
|
||
|
|
||
|
PROG= audioctl
|
||
|
SRCS= ctl.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|