summaryrefslogtreecommitdiffstats
path: root/sbin/mount_lfs/Makefile
blob: 0020b8bfebad1e0a9ec0f49ae6d52eba2689b114 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.2 (Berkeley) 3/27/94

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

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

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