NetBSD/sbin/bim/Makefile

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>