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