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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
atari
/
stand
/
installboot
/
Makefile
blob
4be5df5d0e7254d22d1e5c5ecc51edde3134f488
1
# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:39 lukem Exp $
2
3
PROG
=
installboot
4
NOMAN
=
# defined
5
SRCS
=
installboot.c disklabel.c
6
BINDIR
= /
usr
/
mdec
7
LDADD
= -
lkvm
8
9
CFLAGS
+=-
Wall
10
11
.
include
<
bsd.prog.mk
>