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
Sync usage with man page.
[netbsd-mini2440.git]
/
sbin
/
umount
/
Makefile
blob
cf3bc63ec3e648bd78d939291c24bfa8ef55b275
1
# $NetBSD: Makefile,v 1.15 2006/01/21 10:34:32 dsl Exp $
2
# @(#)Makefile 8.4 (Berkeley) 6/22/95
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
umount
7
SRCS
=
umount.c
8
MAN
=
umount
.8
9
10
.
ifdef
SMALLPROG
11
CPPFLAGS
+= -
DSMALL
12
.
else
13
MOUNT
= ${
NETBSDSRCDIR
}/
sbin
/
mount
14
CPPFLAGS
+= -
I
${
MOUNT
}
15
.PATH
: ${
MOUNT
}
16
SRCS
+=
vfslist.c
17
.
endif
18
19
.
include
<
bsd.prog.mk
>