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
/
gdtoa
/
Makefile
blob
c92bbc380680f2abae6a4909f55e5aa4ca02bcb0
1
# $NetBSD: Makefile,v 1.2 2007/03/12 03:39:57 enami Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
gdtoa
8
9
regress
: ${
PROG
}
10
.
/${
PROG
}
11
12
.
include
<
bsd.prog.mk
>