summaryrefslogtreecommitdiff
path: root/distrib/utils/edlabel/Makefile
blob: e9214a3f4636143360f86536a5c703e3409f670b (plain)
1
2
3
4
5
6
7
8
9
10
# $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>