1997-06-23 08:23:46 +04:00
|
|
|
# $NetBSD: Makefile,v 1.3 1997/06/23 04:23:48 mrg Exp $
|
1994-04-22 04:04:22 +04:00
|
|
|
|
1997-06-23 08:23:46 +04:00
|
|
|
.if ${MACHINE} == "pc532"
|
1994-04-22 04:04:22 +04:00
|
|
|
PROG = bim
|
|
|
|
SRCS = bim.c command.c
|
1997-06-23 08:23:46 +04:00
|
|
|
.endif
|
|
|
|
|
1994-04-22 04:04:22 +04:00
|
|
|
NOMAN = noman
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|