1# $NetBSD: Makefile,v 1.4 2001/12/12 00:05:14 tv Exp $
2#
3# Build umount(8) without network support
4#
5
6SRCDIR=		${.CURDIR}/../../../sbin/umount
7
8PROG=		umount
9NOMAN=		# defined
10
11CPPFLAGS+=	-DSMALL
12WARNS?=		1
13
14.include <bsd.prog.mk>
15
16.PATH:		${SRCDIR}
17