Home | History | Annotate | Line # | Download | only in mount_ntfs
Makefile revision 1.4
      1  1.4  jdolecek #	$NetBSD: Makefile,v 1.4 2000/10/30 20:57:00 jdolecek 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.1  christos PROG=	mount_ntfs
      7  1.4  jdolecek SRCS=	mount_ntfs.c getmntopts.c fattr.c
      8  1.2  christos MAN=	mount_ntfs.8
      9  1.1  christos 
     10  1.1  christos MOUNT=	${.CURDIR}/../mount
     11  1.3    kleink CPPFLAGS+= -I${MOUNT}
     12  1.1  christos .PATH:	${MOUNT}
     13  1.1  christos 
     14  1.1  christos .include <bsd.prog.mk>
     15