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