summaryrefslogtreecommitdiff
path: root/sbin/edlabel/Makefile
blob: ad12f8bcf2cd73cae0bec2111da55385576dc309 (plain)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:20 deraadt Exp $
# $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>