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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
sys
/
kern
/
getcwd
/
Makefile
blob
8c80041ba30a7cb03b3f5dde24ca9d9bb0f9430f
1
# $NetBSD: Makefile,v 1.4 2002/09/18 05:41:53 lukem Exp $
2
3
NOMAN
=
# defined
4
LDSTATIC
= -
static
5
6
PROG
=
getcwd
7
SRCS
=
getcwd.c old_getcwd.c
8
WARNS
=
1
9
10
regress
: ${
PROG
}
11
@.
/
getcwd
-
r
12
@.
/
getcwd
-
p
13
14
long-regress
:
15
@find
/
usr
-
type d
-
print
| .
/
getcwd
-
s
16
17
.
include
<
bsd.prog.mk
>