NetBSD/sbin/bim/Makefile
lukem 670e4c9af8 major cleanup, including:
* reformat code to KNF
* compile with WARNS=1
* .Nm usage in man page
* getopt returns -1 not EOF
1997-09-15 01:29:26 +00:00

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>