Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 1999/05/06 16:08:54 christos Exp $ 2# 3# Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp 4# 5 6PROG= mount_ntfs 7SRCS= mount_ntfs.c getmntopts.c 8MAN= mount_ntfs.8 9 10MOUNT= ${.CURDIR}/../mount 11CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} 12.PATH: ${MOUNT} 13 14.include <bsd.prog.mk> 15