1# $OpenBSD: Makefile,v 1.7 2007/12/09 19:48:55 martin Exp $ 2 3.if (${MACHINE} == "alpha" || ${MACHINE} == "amd64" || ${MACHINE} == "i386") 4PROG= mount_ntfs 5SRCS= mount_ntfs.c getmntopts.c 6.else 7NOPROG= 8.endif 9 10MAN= mount_ntfs.8 11MOUNT= ${.CURDIR}/../mount 12CFLAGS+= -I${MOUNT} 13.PATH: ${MOUNT} 14 15.include <bsd.prog.mk> 16