NetBSD/distrib/utils/edlabel/Makefile
abs 6c6ab6a995 Relegate edlabel to use in extremely memory constrained install
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
2010-03-10 23:13:09 +00:00

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>