Add mvme68k to list of architectures to compile edlabel for.
This commit is contained in:
parent
851bf413cd
commit
bcd0d46dcd
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.6 1997/09/24 07:55:24 jeremy Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1997/12/17 21:16:54 scw Exp $
|
||||
# edlabel (Edit Disk LABEL)
|
||||
|
||||
.if (${MACHINE} == "sun3") || (${MACHINE} == "sun3x") || \
|
||||
(${MACHINE} == "atari") || (${MACHINE} == "sparc")
|
||||
(${MACHINE} == "atari") || (${MACHINE} == "sparc") || \
|
||||
(${MACHINE} == "mvme68k")
|
||||
PROG= edlabel
|
||||
LDADD+=-lutil
|
||||
DPADD+=${LIBUTIL}
|
||||
|
|
Loading…
Reference in New Issue