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]
/
sbin
/
edlabel
/
Makefile
blob
db98abe77dbd4534915280cbc63f26a0f41970c9
1
# $NetBSD: Makefile,v 1.17 2009/02/16 13:38:21 is Exp $
2
# edlabel (Edit Disk LABEL)
3
4
NOMAN
=
# defined
5
6
.if
${
MACHINE_ARCH
} ==
"m68000"
||
${
MACHINE_ARCH
} ==
"m68k"
|| \
7
${
MACHINE
} ==
"sparc"
||
${
MACHINE
} ==
"sparc64"
8
PROG
=
edlabel
9
LDADD
+=-
lutil
10
DPADD
+=${
LIBUTIL
}
11
.
endif
12
13
.
include
<
bsd.prog.mk
>