freebsd-dev/sbin/sunlabel/Makefile
Ruslan Ermilov 0b00d54eed Moved libgeom.so dependencies to where they belong.
Reviewed by:	phk
Approved by:	re (scottl)
2003-05-17 19:05:17 +00:00

17 lines
210 B
Makefile

# $FreeBSD$
PROG=sunlabel
SRCS=sunlabel.c geom_sunlabel_enc.c
NOMAN=
WARNS=5
DPADD= ${LIBGEOM}
LDADD= -lgeom
.PATH: ${.CURDIR}/../../sys/geom
.include <bsd.prog.mk>
test: ${PROG}
sh ${.CURDIR}/runtest.sh