10 lines
148 B
Makefile
10 lines
148 B
Makefile
|
# $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>
|