1# $MirOS: src/sbin/mount_ntfs/Makefile,v 1.5 2006/06/17 22:12:41 tg Exp $ 2# $OpenBSD: Makefile,v 1.5 2004/02/22 05:16:30 deraadt Exp $ 3 4PROG= mount_ntfs 5SRCS= mount_ntfs.c getmntopts.c 6 7MAN= mount_ntfs.8 8MOUNT= ${.CURDIR}/../mount 9CPPFLAGS+= -I${MOUNT} 10.PATH: ${MOUNT} 11 12.include <bsd.prog.mk> 13