NetBSD/sbin/bim/Makefile

12 lines
169 B
Makefile
Raw Normal View History

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