63e835ebd6
getrawpartition() functions from libutil.
12 lines
177 B
Makefile
12 lines
177 B
Makefile
# $NetBSD: Makefile,v 1.2 1996/05/27 20:44:03 leo Exp $
|
|
# edlabel (Edit Disk LABEL)
|
|
|
|
PROG= edlabel
|
|
NOMAN=
|
|
CFLAGS += -Wall
|
|
LDADD += -lutil
|
|
|
|
all: ${PROG}
|
|
|
|
.include <bsd.prog.mk>
|