Home | History | Annotate | Line # | Download | only in mmcformat
Makefile revision 1.1.10.1
      1  1.1.10.1      jym # $NetBSD: Makefile,v 1.1.10.1 2009/05/13 19:20:29 jym 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