xref: /netbsd/sbin/scsictl/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.2 1998/10/18 01:14:28 thorpej Exp $
2
3SRCS=	scsictl.c scsi_sense.c scsi_subr.c
4
5PROG=	scsictl
6MAN=	scsictl.8
7
8LDADD+=	-lutil
9DPADD+=	${LIBUTIL}
10
11.include <bsd.prog.mk>
12