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

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

MOUNT=	${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
CFLAGS+= -I${MOUNT} -I${UMNTALL}
.PATH: ${MOUNT} ${UMNTALL}

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