summaryrefslogtreecommitdiff
path: root/sbin/umount/Makefile
blob: d97283d70c2153f3af84ba338a3e3327d0f2bda0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>