9 lines
135 B
Makefile
9 lines
135 B
Makefile
# $NetBSD: Makefile,v 1.2 1995/03/18 12:28:06 cgd Exp $
|
|
|
|
PROG = bim
|
|
SRCS = bim.c command.c
|
|
NOMAN = noman
|
|
|
|
.include <bsd.prog.mk>
|
|
|