xref: /openbsd/distrib/special/umount/Makefile (revision 73471bf0)
1#	$OpenBSD: Makefile,v 1.1 2014/02/21 19:01:02 deraadt Exp $
2
3PROG=	umount
4MAN=	umount.8
5
6CFLAGS+= -DNO_NFS
7DPADD+=	${LIBUTIL}
8LDADD+=	-lutil
9
10.PATH:	${.CURDIR}/../../../sbin/umount
11.include <bsd.prog.mk>
12