# $FreeBSD$ MOUNT= ${BSDSRCTOP}/sbin/mount UMNTALL= ${BSDSRCTOP}/usr.sbin/rpc.umntall .PATH: ${MOUNT} ${UMNTALL} PROG = umount SRCS = \ mounttab.c \ umount.c \ vfslist.c WARNS ?= 0 CFLAGS += -I${MOUNT} -I${UMNTALL} .include