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
/
lib
/
libposix
/
nrn
/
Makefile
blob
fae033a4857ab2a87a49c104214348b074fd2791
1
# $NetBSD: Makefile,v 1.3 2001/12/12 01:24:11 tv Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
prename
6
CPPFLAGS
+= -
DBSD_RENAME
7
CLEANFILES
+=
t1 t2
8
9
.PATH
: ${
.CURDIR
}/
..
10
11
regress
:
12
@echo Testing BSD rename
13
.
/
prename
14
15
.
include
<
bsd.prog.mk
>