NetBSD/sbin/bim/Makefile

12 lines
169 B
Makefile

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