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