]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/geom/core/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sbin / geom / core / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../misc
4
5 PROG=   geom
6 MAN=    geom.8
7 SRCS=   geom.c subr.c
8
9 NO_SHARED=NO
10
11 CFLAGS+= -DGEOM_CLASS_DIR=\"${GEOM_CLASS_DIR}\"
12 CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..
13
14 DPADD=  ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL}
15 LDADD=  -lgeom -lsbuf -lbsdxml -lutil
16
17 .include <bsd.prog.mk>