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
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
csu
/
arm32
/
Makefile
blob
c306f92d059ba0b8009369ac492991b62867a982
1
# $NetBSD: Makefile,v 1.13 1999/03/19 22:54:40 thorpej Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
OBJS
+=
c
++
rt0.o
6
7
c
++
rt0.o
:
c
++
rt0.c
8
${
_MKTARGET_COMPILE
}
9
${
COMPILE.c
} -
fpic
${
.ALLSRC
}
10
${
LD
} -
x
-
r
${
.TARGET
}
11
mv a.out
${
.TARGET
}
12
13
.
include
"${.CURDIR}/../common_aout/Makefile.inc"