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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
divrem
/
Makefile
blob
0650ab7d235ffebdbd91efe260e458506f8f904d
1
# $NetBSD: Makefile,v 1.5 2003/12/19 18:39:04 veego Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
divremtest
6
COPTS
+= -
Wall
-
Wno-format
-
Wno-parentheses
-
Wno-uninitialized
7
GOODRESULT
=
3
f181846a7fd931b9aeafeac6b32d24c
8
9
regress
: ${
PROG
}
10
[
`./${PROG} | md5`
= ${
GOODRESULT
} ]
11
12
.
include
<
bsd.prog.mk
>