Home | History | Annotate | Line # | Download | only in scsictl
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2005/06/27 01:00:06 christos Exp $
      2  1.1   thorpej 
      3  1.1   thorpej SRCS=	scsictl.c scsi_sense.c scsi_subr.c
      4  1.1   thorpej 
      5  1.1   thorpej PROG=	scsictl
      6  1.2   thorpej MAN=	scsictl.8
      7  1.1   thorpej 
      8  1.1   thorpej LDADD+=	-lutil
      9  1.1   thorpej DPADD+=	${LIBUTIL}
     10  1.1   thorpej 
     11  1.1   thorpej .include <bsd.prog.mk>
     12