cc6b9b02be
to support this translation. MFC after: 2 weeks
16 lines
203 B
Makefile
16 lines
203 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= mount_ntfs
|
|
SRCS= mount_ntfs.c getmntopts.c
|
|
MAN= mount_ntfs.8
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+=-I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|