Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.

This commit is contained in:
Poul-Henning Kamp 2003-05-02 19:54:18 +00:00
parent 81377a3f17
commit 643c62af8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114549

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= bsdlabel
SRCS= bsdlabel.c
SRCS= bsdlabel.c geom_bsd_enc.c
#MAN+= bsdlabel.5
MAN+= bsdlabel.8
@ -10,6 +10,8 @@ MAN+= bsdlabel.8
CFLAGS+= -DPC98
.endif
.PATH: ${.CURDIR}/../../sys/geom
.include <bsd.prog.mk>
test: ${PROG}