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
|
2004-01-29 18:12:27 +00:00
|
|
|
MAN= sunlabel.8
|
2003-01-31 07:03:25 +00:00
|
|
|
WARNS=5
|
|
|
|
|
2003-05-17 19:05:17 +00:00
|
|
|
DPADD= ${LIBGEOM}
|
|
|
|
LDADD= -lgeom
|
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
|