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
/
stdint
/
Makefile
blob
befaf262a1887b8577830a5ce8a6ffecb1bcadd8
1
# $NetBSD$
2
3
regress
:
4
${
CC
} ${
CPPFLAGS
} -
c
${
.CURDIR
}/
stdint.c
5
6
CLEANFILES
+=
stdint.o
7
8
.
include
<
bsd.prog.mk
>