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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
amiga
/
stand
/
bootblock
/
Makefile
blob
5c0a786ae01f47c26d08bc34b535a1c797c30d84
1
# $NetBSD: Makefile,v 1.2 2001/12/17 05:48:09 mhitch Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
# Don't install these, but make them first:
6
.ifnmake
install
7
SUBDIR
=
txlt
8
.if
${
OBJECT_FMT
} ==
"ELF"
9
SUBDIR
+=
elf2bb
10
.
else
11
SUBDIR
+=
aout2bb
12
.
endif
13
.
endif
14
15
# but these:
16
SUBDIR
+=
boot bootxx_ffs
17
18
19
.
include
<
bsd.subdir.mk
>