Home | History | Annotate | Line # | Download | only in mmcformat
      1  1.2    lukem # $NetBSD: Makefile,v 1.2 2009/04/22 15:23:05 lukem Exp $
      2  1.1  reinoud 
      3  1.1  reinoud .include <bsd.own.mk>
      4  1.1  reinoud 
      5  1.1  reinoud PROG=	mmcformat
      6  1.1  reinoud MAN=	mmcformat.8
      7  1.1  reinoud SRCS=	mmcformat.c uscsi_sense.c uscsi_subr.c
      8  1.1  reinoud 
      9  1.1  reinoud CPPFLAGS+= -DSCSI -DUSCSI_SCSIPI -I${NETBSDSRCDIR}/sys
     10  1.1  reinoud 
     11  1.1  reinoud .include <bsd.prog.mk>
     12