Makefile revision 1.5
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 8PROG= mount_ntfs 9SRCS= mount_ntfs.c getmntopts.c fattr.c 10MAN= mount_ntfs.8 11 12MOUNT= ${NETBSDSRCDIR}/sbin/mount 13CPPFLAGS+= -I${MOUNT} 14.PATH: ${MOUNT} 15 16.include <bsd.prog.mk> 17