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