9 lines
131 B
Makefile
9 lines
131 B
Makefile
|
# $Id: Makefile,v 1.1 1994/04/22 00:04:22 cgd Exp $
|
||
|
|
||
|
PROG = bim
|
||
|
SRCS = bim.c command.c
|
||
|
NOMAN = noman
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|