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

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

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

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