Home | History | Annotate | Line # | Download | only in mount_ntfs
      1 #	$NetBSD: Makefile,v 1.10 2008/08/05 20:57:45 pooka Exp $
      2 #
      3 #	Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp 
      4 #
      5 
      6 .include <bsd.own.mk>
      7 
      8 PROG=	mount_ntfs
      9 SRCS=	mount_ntfs.c fattr.c pathadj.c
     10 MAN=	mount_ntfs.8
     11 
     12 MOUNT=	${NETBSDSRCDIR}/sbin/mount
     13 CPPFLAGS+= -I${MOUNT}
     14 .PATH:	${MOUNT}
     15 
     16 DPADD+=${LIBUTIL}
     17 LDADD+=-lutil
     18 
     19 .include <bsd.prog.mk>
     20