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
/
x68k
/
stand
/
installboot
/
Makefile
blob
449d67ac46040cb4176b08e34fd95ea746550116
1
# $NetBSD: Makefile,v 1.4 2002/01/27 01:07:44 minoura Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
installboot
6
SRCS
=
installboot.c
7
BINDIR
= /
usr
/
mdec
8
WARNS
=
2
9
LDSTATIC
= -
static
10
#MANSUBDIR= /x68k
11
12
DISKLABELDIR
= ${
.CURDIR
}/
..
/
..
/
..
/
..
/
..
/
sbin
/
disklabel
13
14
CPPFLAGS
+= -
I
${
DISKLABELDIR
}
15
.PATH
: ${
DISKLABELDIR
}
16
SRCS
+=
dkcksum.c
17
18
.
include
<
bsd.prog.mk
>