summaryrefslogtreecommitdiff
path: root/sbin/bim/Makefile
blob: cdb64be1d6e55e748f5471a33d82ec8e6aecb680 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 1996/06/23 14:29:55 deraadt Exp $
#	$NetBSD: Makefile,v 1.2 1995/03/18 12:28:06 cgd Exp $

PROG   = bim
SRCS   = bim.c command.c
NOMAN  = noman

.include <bsd.prog.mk>