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