7 lines
114 B
Makefile
7 lines
114 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1999/03/26 14:02:41 mrg Exp $
|
||
|
|
||
|
PROG= audiorecord
|
||
|
SRCS= record.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|