This ain't whitespace98.
This commit is contained in:
parent
7d1bb45afc
commit
272429c084
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.16 2009/02/16 12:30:58 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2009/02/16 13:38:21 is Exp $
|
||||
# edlabel (Edit Disk LABEL)
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k" \
|
||||
.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k" || \
|
||||
${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
|
||||
PROG= edlabel
|
||||
LDADD+=-lutil
|
||||
|
|
Loading…
Reference in New Issue