Home | History | Annotate | Line # | Download | only in mount_ntfs
Makefile revision 1.6
      1  1.6  christos #	$NetBSD: Makefile,v 1.6 2002/09/21 18:43:36 christos 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.4  jdolecek SRCS=	mount_ntfs.c getmntopts.c fattr.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