Home | History | Annotate | Line # | Download | only in mmcformat
Makefile revision 1.1
      1  1.1  reinoud # $NetBSD: Makefile,v 1.1 2008/05/14 16:49:48 reinoud Exp $
      2  1.1  reinoud 
      3  1.1  reinoud .include <bsd.own.mk>
      4  1.1  reinoud 
      5  1.1  reinoud WARNS=	4
      6  1.1  reinoud PROG=	mmcformat
      7  1.1  reinoud MAN=	mmcformat.8
      8  1.1  reinoud SRCS=	mmcformat.c uscsi_sense.c uscsi_subr.c
      9  1.1  reinoud 
     10  1.1  reinoud CPPFLAGS+= -DSCSI -DUSCSI_SCSIPI -I${NETBSDSRCDIR}/sys
     11  1.1  reinoud 
     12  1.1  reinoud .include <bsd.prog.mk>
     13