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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
hsearch
/
Makefile
blob
5aa813044c94aae5d1171c026bbcd746474878a7
1
# $NetBSD: Makefile,v 1.2 2001/12/12 01:24:01 tv Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
hsearchtest
6
7
regress
: ${
PROG
}
8
.
/${
PROG
}
9
10
.
include
<
bsd.prog.mk
>