# $FreeBSD$ MOUNT = ${BSDSRCTOP}/sbin/mount .PATH: ${MOUNT} PROG = df SRCS = \ df.c \ vfslist.c CFLAGS += -I${MOUNT} LDADD = -lutil .include