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
/
include
/
bootblock
/
Makefile
blob
7fe3f6e9b8d93ae851b9a37be20b98459f76d763
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
PROG
=
bootblock_test
6
7
regress
: ${
PROG
}
8
@echo
"running ${PROG}"
9
.
/${
PROG
}
10
11
.
include
<
bsd.prog.mk
>