NetBSD/sbin/bim/Makefile

13 lines
188 B
Makefile

# $NetBSD: Makefile,v 1.5 1997/08/15 18:46:15 perry Exp $
.if ${MACHINE} == "pc532"
PROG = bim
SRCS = bim.c command.c
.endif
MAN = bim.8
MANSUBDIR = /pc532
.include <bsd.prog.mk>