summaryrefslogtreecommitdiff
path: root/sbin/scsi/Makefile
blob: d5a127ad5853a9d00bf64763089b6e6e6697c475 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.3 2002/02/24 00:00:36 hugh Exp $

PROG=	scsi
MAN=	scsi.8
LDADD=	-lutil
DPADD=	${LIBUTIL}

.include <bsd.prog.mk>