1 # $NetBSD: Makefile,v 1.4 2000/10/30 20:57:00 jdolecek Exp $ 2 # 3 # Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp 4 # 5 6 PROG= mount_ntfs 7 SRCS= mount_ntfs.c getmntopts.c fattr.c 8 MAN= mount_ntfs.8 9 10 MOUNT= ${.CURDIR}/../mount 11 CPPFLAGS+= -I${MOUNT} 12 .PATH: ${MOUNT} 13 14 .include <bsd.prog.mk> 15