# $OpenBSD: Makefile,v 1.2 2023/08/14 08:56:21 kn Exp $ PROG= mount_ext2fs SRCS= mount_ext2fs.c getmntopts.c MOUNT= ${.CURDIR}/../../../sbin/mount CFLAGS+= -I${MOUNT} .PATH: ${MOUNT} .PATH: ${.CURDIR}/../../../sbin/mount_ext2fs .include