NetBSD/sbin/bim/Makefile
1997-08-06 19:06:56 +00:00

12 lines
168 B
Makefile

# $NetBSD: Makefile,v 1.4 1997/08/06 19:06:56 phil Exp $
.if ${MACHINE} == "pc532"
PROG = bim
SRCS = bim.c command.c
.endif
MAN = bim.8
.include <bsd.prog.mk>