|
# $NetBSD: Makefile,v 1.3 1999/05/17 16:44:53 kleink Exp $
|
|
#
|
|
# Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp
|
|
#
|
|
|
|
PROG= mount_ntfs
|
|
SRCS= mount_ntfs.c getmntopts.c
|
|
MAN= mount_ntfs.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CPPFLAGS+= -I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|