2c6eadc9ce
programs that did not compile before.
8 lines
157 B
Makefile
8 lines
157 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/06/27 01:00:06 christos Exp $
|
|
|
|
PROG= rcorder
|
|
SRCS= ealloc.c hash.c rcorder.c
|
|
MAN= rcorder.8
|
|
|
|
.include <bsd.prog.mk>
|