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]
/
regress
/
lib
/
libc
/
stdlib
/
posix_memalign
/
Makefile
blob
f604ac68105583f01f45d307d2f1e4116ac27c4a
1
# $NetBSD: Makefile,v 1.3 2002/11/30 03:10:53 lukem Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
posix_memalign
6
7
regress
: ${
PROG
}
8
.
/${
PROG
}
9
10
.
include
<
bsd.prog.mk
>