NetBSD/sbin/edlabel/Makefile

14 lines
287 B
Makefile
Raw Normal View History

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