freebsd-dev/sbin/sunlabel/Makefile
Jake Burkholder ea3de363aa Fix for dynamic linking.
Submitted by:	Alex Deiter <tiamat@komi.mts.ru>
2003-04-27 21:24:05 +00:00

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