summaryrefslogtreecommitdiff
path: root/sbin/scsi/Makefile
blob: 67d0dbae1e2f9acac890f97163686cf6541e5761 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.4 2003/07/23 23:10:22 deraadt Exp $

PROG=	scsi
SRCS=	scsi.c libscsi.c
MAN=	scsi.8

.include <bsd.prog.mk>