1 2 3 4 5 6 7 8 9 10 11 12 13
# # $FreeBSD$ # PROG= mount_ntfs SRCS= mount_ntfs.c getmntopts.c MAN8= mount_ntfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} .include <bsd.prog.mk>