Home | History | Annotate | Line # | Download | only in mount_ntfs
      1  1.10     pooka #	$NetBSD: Makefile,v 1.10 2008/08/05 20:57:45 pooka 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.10     pooka SRCS=	mount_ntfs.c fattr.c pathadj.c
     10   1.2  christos MAN=	mount_ntfs.8
     11   1.1  christos 
     12   1.5     lukem MOUNT=	${NETBSDSRCDIR}/sbin/mount
     13   1.3    kleink CPPFLAGS+= -I${MOUNT}
     14   1.1  christos .PATH:	${MOUNT}
     15   1.6  christos 
     16   1.6  christos DPADD+=${LIBUTIL}
     17   1.6  christos LDADD+=-lutil
     18   1.1  christos 
     19   1.1  christos .include <bsd.prog.mk>
     20