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]
/
sys
/
arch
/
mvme68k
/
stand
/
bootsd
/
Makefile
blob
c34b2eb4025f6af95a1788eaf10b4984690a847a
1
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
2
# $NetBSD: Makefile,v 1.5 2000/07/24 18:39:10 jdolecek Exp $
3
4
SRCS
=
boot.c conf.c
5
PROG
=
bootsd
6
LIBS
= ${
LIBSA
} ${
LIBBUG
}
7
DPADD
= ${
LIBS
}
8
9
.
include
"../Makefile.booters"
10
11
.
include
<
bsd.prog.mk
>