repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
distrib
/
utils
/
x_umount
/
Makefile
blob
510b4313d6a353d8af934ab9b8bd6237fadec8d4
1
# $NetBSD: Makefile,v 1.3 2001/10/05 01:17:32 jmc 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
}