summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ext2fs/Makefile
blob: 49af28fdfe9018239c887b64bf89b376c5de6726 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.3 (Berkeley) 3/27/94
# $FreeBSD$

PROG=	mount_ext2fs
SRCS=	mount_ext2fs.c getmntopts.c

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud