670e4c9af8
* reformat code to KNF * compile with WARNS=1 * .Nm usage in man page * getopt returns -1 not EOF
13 lines
190 B
Makefile
13 lines
190 B
Makefile
# $NetBSD: Makefile,v 1.6 1997/09/15 01:29:26 lukem Exp $
|
|
|
|
.if (${MACHINE} == "pc532")
|
|
PROG = bim
|
|
SRCS = bim.c command.c
|
|
.endif
|
|
|
|
MAN = bim.8
|
|
MANSUBDIR = /pc532
|
|
|
|
.include <bsd.prog.mk>
|
|
|