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
/
hp300
/
stand
/
installboot
/
Makefile
blob
b5ab5093119b4dd00774933676d4fef47b126cbc
1
# $NetBSD: Makefile,v 1.5 2001/12/12 01:49:43 tv Exp $
2
3
NOMAN
=
# defined
4
5
beforeinstall
:
6
${
INSTALL_FILE
} -
o
${
BINOWN
} -
g
${
BINGRP
} -
m
${
BINMODE
}
\
7
${
.CURDIR
}/
installboot.sh
${
DESTDIR
}${
BINDIR
}/
installboot
8
9
.
include
<
bsd.prog.mk
>