151a7b740SScott Long# $FreeBSD$ 251a7b740SScott Long 351a7b740SScott LongPROG= mount_udf 451a7b740SScott LongSRCS= mount_udf.c getmntopts.c 551a7b740SScott LongMAN= mount_udf.8 651a7b740SScott Long 751a7b740SScott LongMOUNT= ${.CURDIR}/../mount 851a7b740SScott LongCFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys -Wall 951a7b740SScott Long.PATH: ${MOUNT} 1051a7b740SScott LongWARNS= 0 1151a7b740SScott Long 1251a7b740SScott Long.include <bsd.prog.mk> 13