2003-01-31 07:03:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PROG=sunlabel
|
2003-04-21 20:38:15 +00:00
|
|
|
SRCS=sunlabel.c geom_sunlabel_enc.c
|
2003-01-31 07:03:25 +00:00
|
|
|
NOMAN=
|
|
|
|
WARNS=5
|
|
|
|
|
2003-04-23 08:25:20 +00:00
|
|
|
DDADD= ${LIBGEOM}
|
2003-04-27 21:24:05 +00:00
|
|
|
LDADD= -lgeom -lbsdxml -lsbuf
|
2003-04-23 08:25:20 +00:00
|
|
|
|
2003-04-21 20:38:15 +00:00
|
|
|
.PATH: ${.CURDIR}/../../sys/geom
|
|
|
|
|
2003-01-31 07:03:25 +00:00
|
|
|
.include <bsd.prog.mk>
|
2003-04-21 20:38:15 +00:00
|
|
|
|
|
|
|
test: ${PROG}
|
|
|
|
sh ${.CURDIR}/runtest.sh
|