OpenBSD-4.6/sbin/mount_ffs/Makefile

#	$OpenBSD: Makefile,v 1.4 2001/01/10 20:02:29 deraadt Exp $

PROG=	mount_ffs
SRCS=	mount_ffs.c getmntopts.c
MAN=	mount_ffs.8

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

.include <bsd.prog.mk>