Home | History | Annotate | Line # | Download | only in mount_ntfs
Makefile revision 1.1
      1  1.1  christos #
      2  1.1  christos #	Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp 
      3  1.1  christos #
      4  1.1  christos 
      5  1.1  christos PROG=	mount_ntfs
      6  1.1  christos SRCS=	mount_ntfs.c getmntopts.c
      7  1.1  christos MAN8=	mount_ntfs.8
      8  1.1  christos 
      9  1.1  christos MOUNT=	${.CURDIR}/../mount
     10  1.1  christos CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
     11  1.1  christos .PATH:	${MOUNT}
     12  1.1  christos 
     13  1.1  christos .include <bsd.prog.mk>
     14