1997-09-24 11:55:24 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 1997/09/24 07:55:24 jeremy 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") || \
|
|
|
|
(${MACHINE} == "atari") || (${MACHINE} == "sparc")
|
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
|
|
|
|
|
|
|
|
NOMAN=
|
1995-10-09 01:39:09 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|