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
/
x68k
/
stand
/
newdisk
/
Makefile
blob
c6af3bab2dba67394ab8fd5a9134aa693542e448
1
# $NetBSD: Makefile,v 1.1 1999/12/24 16:51:25 minoura Exp $
2
3
PROG
=
newdisk
4
CPPFLAGS
+= -
DMBOOT
=
\"
/
usr
/
mdec
/
mboot
\"
5
DPADD
+= ${
LIBUTIL
}
6
LDADD
+= -
lutil
7
LDSTATIC
= -
static
8
NOMAN
=
# defined
9
10
BINDIR
= /
usr
/
mdec
11
12
.
include
<
bsd.prog.mk
>