2000-08-09 15:37:34 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 2000/08/09 11:37:34 mrg Exp $
|
1995-10-09 01:39:09 +03:00
|
|
|
# edlabel (Edit Disk LABEL)
|
|
|
|
|
1997-09-24 11:55:24 +04:00
|
|
|
.if (${MACHINE} == "sun3") || (${MACHINE} == "sun3x") || \
|
1997-12-18 00:16:54 +03:00
|
|
|
(${MACHINE} == "atari") || (${MACHINE} == "sparc") || \
|
2000-08-09 15:37:34 +04:00
|
|
|
(${MACHINE} == "sparc64") || (${MACHINE} == "mvme68k")
|
1995-10-09 01:39:09 +03:00
|
|
|
PROG= edlabel
|
1997-09-14 17:26:11 +04:00
|
|
|
LDADD+=-lutil
|
|
|
|
DPADD+=${LIBUTIL}
|
1997-06-23 08:23:46 +04:00
|
|
|
.endif
|
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
MKMAN= no
|
1995-10-09 01:39:09 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|