Home | History | Annotate | Line # | Download | only in mount_ntfs
Makefile revision 1.2
      1  1.2  christos #	$NetBSD: Makefile,v 1.2 1999/05/06 16:08:54 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.1  christos PROG=	mount_ntfs
      7  1.1  christos SRCS=	mount_ntfs.c getmntopts.c
      8  1.2  christos MAN=	mount_ntfs.8
      9  1.1  christos 
     10  1.1  christos MOUNT=	${.CURDIR}/../mount
     11  1.2  christos CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
     12  1.1  christos .PATH:	${MOUNT}
     13  1.1  christos 
     14  1.1  christos .include <bsd.prog.mk>
     15