summaryrefslogtreecommitdiff
path: root/sbin/scsi/Makefile
blob: 755249c0b79952d0e4c844d323d5d2f44d661a11 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1 1996/06/12 11:21:41 deraadt Exp $

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

.include <bsd.prog.mk>