# $FreeBSD$ MOUNT = ${BSDSRCTOP}/sbin/mount .PATH: ${MOUNT} PROG = mount_udf SRCS = \ getmntopts.c \ mount_udf.c CFLAGS += -I${MOUNT} WARNS ?= 1 LDADD = -lkiconv .include