Home | History | Annotate | Line # | Download | only in newfs_msdos
Makefile revision 1.1
      1  1.1  christos # $NetBSD: Makefile,v 1.1 1997/03/01 19:42:54 christos Exp $
      2  1.1  christos # Id: Makefile,v 1.3 1997/02/22 16:06:35 peter Exp 
      3  1.1  christos #
      4  1.1  christos PROG=newfs_msdos
      5  1.1  christos MAN=newfs_msdos.8
      6  1.1  christos 
      7  1.1  christos CFLAGS+= -I${.CURDIR}/../../sys/msdosfs -Wall -Wno-unused
      8  1.1  christos 
      9  1.1  christos .include <bsd.prog.mk>
     10