aboutsummaryrefslogblamecommitdiff
path: root/sbin/mount_ext2fs/Makefile
blob: cacee97415cf118b228335e8345224421ef5ffc0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










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

PROG=	mount_ext2fs
SRCS=	mount_ext2fs.c getmntopts.c
MAN8=	mount_ext2fs.8

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

.include <bsd.prog.mk>