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