summaryrefslogtreecommitdiffstats
path: root/sbin/umount/Makefile
blob: ec628cdee1a1b010e59cd55469f760179b80f64e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile	8.4 (Berkeley) 6/22/95

PROG=	umount
SRCS=	umount.c vfslist.c
MAN8=	umount.8

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

CFLAGS+= -D_NEW_VFSCONF

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