Home | History | Annotate | Line # | Download | only in mount_ntfs
Makefile revision 1.8
      1  1.8   xtraeme #	$NetBSD: Makefile,v 1.8 2005/02/05 15:06:15 xtraeme Exp $
      2  1.1  christos #
      3  1.1  christos #	Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp 
      4  1.1  christos #
      5  1.1  christos 
      6  1.5     lukem .include <bsd.own.mk>
      7  1.5     lukem 
      8  1.1  christos PROG=	mount_ntfs
      9  1.7  jdolecek SRCS=	mount_ntfs.c fattr.c
     10  1.2  christos MAN=	mount_ntfs.8
     11  1.1  christos 
     12  1.8   xtraeme WARNS=	3
     13  1.8   xtraeme 
     14  1.5     lukem MOUNT=	${NETBSDSRCDIR}/sbin/mount
     15  1.3    kleink CPPFLAGS+= -I${MOUNT}
     16  1.1  christos .PATH:	${MOUNT}
     17  1.6  christos 
     18  1.6  christos DPADD+=${LIBUTIL}
     19  1.6  christos LDADD+=-lutil
     20  1.1  christos 
     21  1.1  christos .include <bsd.prog.mk>
     22