# $FreeBSD$ MOUNT = ${BSDSRCTOP}/sbin/mount .PATH: ${MOUNT} PROG = mount_hpfs SRCS = \ getmntopts.c \ mount_hpfs.c WARNS ?= 0 CFLAGS += -I${MOUNT} -DHPFS .include