summaryrefslogtreecommitdiffstats
path: root/sbin/umount/Makefile
blob: 70313c60bbc951bae1b8c04c093c4005a6ce94bf (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
MAN=	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