6c6ab6a995
ramdisks and prefer disklabel elsewhere. Based on discussion on affected port lists (port-sparc port-sparc64 port-sun3 port-sun2 port-atari port-mvme68k). All listed ports plus amd64 test built after change
11 lines
173 B
Makefile
11 lines
173 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/03/10 23:16:16 abs Exp $
|
|
# edlabel (Edit Disk LABEL)
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= edlabel
|
|
LDADD+=-lutil
|
|
DPADD+=${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|