# $MirOS: src/sbin/mount_ntfs/Makefile,v 1.5 2006/06/17 22:12:41 tg Exp $ # $OpenBSD: Makefile,v 1.5 2004/02/22 05:16:30 deraadt Exp $ PROG= mount_ntfs SRCS= mount_ntfs.c getmntopts.c MAN= mount_ntfs.8 MOUNT= ${.CURDIR}/../mount CPPFLAGS+= -I${MOUNT} .PATH: ${MOUNT} .include