summaryrefslogtreecommitdiff
path: root/sbin/edlabel/Makefile
blob: 3ab7409467a24f70721aaf9a032c502577e131d6 (plain)
1
2
3
4
5
6
7
8
9
# $NetBSD: Makefile,v 1.1.1.1 1995/10/08 22:39:09 gwr Exp $
# edlabel (Edit Disk LABEL)

PROG=	edlabel
NOMAN=

all: ${PROG}

.include <bsd.prog.mk>