summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ifs/Makefile
blob: d0f566d5358b313913e7c8edd793e78d8a5c0bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.6 (Berkeley) 5/8/95
# $FreeBSD$

PROG=	mount_ifs
SRCS=	mount.c mount_ufs.c getmntopts.c
NOMAN=	noman

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
WARNS=	0

.PATH:	${MOUNT}

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