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