ea3de363aa
Submitted by: Alex Deiter <tiamat@komi.mts.ru>
17 lines
226 B
Makefile
17 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
PROG=sunlabel
|
|
SRCS=sunlabel.c geom_sunlabel_enc.c
|
|
NOMAN=
|
|
WARNS=5
|
|
|
|
DDADD= ${LIBGEOM}
|
|
LDADD= -lgeom -lbsdxml -lsbuf
|
|
|
|
.PATH: ${.CURDIR}/../../sys/geom
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
sh ${.CURDIR}/runtest.sh
|