# $OpenBSD: Makefile,v 1.4 1999/04/22 15:21:24 provos Exp $ PROG= mount_xfs SRCS= mount_xfs.c getmntopts.c MAN= mount_xfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} .include