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>
|