1997-12-18 00:16:54 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 1997/12/17 21:16:54 scw 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") || \
|
|
|
|
(${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
|
|
|
|
|
|
|
|
NOMAN=
|
1995-10-09 01:39:09 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|