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

PACKAGE=runtime
PROG=	umount
SRCS=	umount.c vfslist.c mounttab.c
MAN=	umount.8

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

.PATH: ${MOUNT} ${UMNTALL}

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