9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/01/28 20:47:22 agc Exp $
|
|
|
|
PROG= autocue
|
|
SRCS= autocue.c
|
|
MKMAN= no
|
|
WARNS= 4
|
|
|
|
.include <bsd.prog.mk>
|