NetBSD/sbin/bim/Makefile

13 lines
188 B
Makefile
Raw Normal View History

1997-08-15 22:46:15 +04:00
# $NetBSD: Makefile,v 1.5 1997/08/15 18:46:15 perry 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
1997-08-06 23:06:56 +04:00
MAN = bim.8
1997-08-15 22:46:15 +04:00
MANSUBDIR = /pc532
.include <bsd.prog.mk>