1 # $NetBSD: Makefile,v 1.5 2002/08/19 10:16:58 lukem Exp $ 2 # 3 # Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp 4 # 5 6 .include <bsd.own.mk> 7 8 PROG= mount_ntfs 9 SRCS= mount_ntfs.c getmntopts.c fattr.c 10 MAN= mount_ntfs.8 11 12 MOUNT= ${NETBSDSRCDIR}/sbin/mount 13 CPPFLAGS+= -I${MOUNT} 14 .PATH: ${MOUNT} 15 16 .include <bsd.prog.mk> 17