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
/
sys
/
arch
/
i386
/
ldt
/
Makefile
blob
66736cb22c4c77e920e0821194c0fa2c734fdb63
1
# $NetBSD: Makefile,v 1.8 2001/12/12 01:24:13 tv Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
testldt
6
WARNS
=
2
7
DPADD
+= ${
LIBARCH
}
8
LDADD
+= -
li386
9
10
regress
:
11
-
@if .
/
testldt
;
\
12
then echo PASSED
;
\
13
else
echo FAILED
;
fi
14
15
.
include
<
bsd.prog.mk
>
16
17
# C Optimizer (-O) breaks this program - don't use !!
18
DBG
:= -
O0