#	@(#)Makefile	8.3 (Berkeley) 3/27/94

PROG=	mount_xfs
SRCS=	mount_xfs.c getmntopts.c
NO_MAN=

MOUNT=	${.CURDIR}/../mount

CFLAGS+= -I${MOUNT}
.PATH:	${MOUNT}

.include <bsd.prog.mk>
