1997-12-17 21:16:54 +00:00
|
|
|
# $NetBSD: Makefile,v 1.7 1997/12/17 21:16:54 scw Exp $
|
1995-10-08 22:39:09 +00:00
|
|
|
# edlabel (Edit Disk LABEL)
|
|
|
|
|
1997-09-24 07:55:24 +00:00
|
|
|
.if (${MACHINE} == "sun3") || (${MACHINE} == "sun3x") || \
|
1997-12-17 21:16:54 +00:00
|
|
|
(${MACHINE} == "atari") || (${MACHINE} == "sparc") || \
|
|
|
|
(${MACHINE} == "mvme68k")
|
1995-10-08 22:39:09 +00:00
|
|
|
PROG= edlabel
|
1997-09-14 13:26:11 +00:00
|
|
|
LDADD+=-lutil
|
|
|
|
DPADD+=${LIBUTIL}
|
1997-06-23 04:23:46 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
NOMAN=
|
1995-10-08 22:39:09 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|