This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
670d533d54
NetBSD
/
sys
/
arch
/
alpha
/
stand
/
mkbootimage
/
Makefile
6 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
reorganize Makefiles so that warning flags aren't accidentally omitted, and so that all programs and boot blocks are built.
1999-04-05 07:35:24 +04:00
# $NetBSD: Makefile,v 1.2 1999/04/05 03:35:24 cgd Exp $
add mkbootimage, a program to make a bootable image (i.e. prepend a boot block, pad to a block boundary) from a console program (i.e. a boot block, firmware upgrade executable, etc.)
1999-04-02 12:40:23 +04:00
PROG
=
mkbootimage
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>