]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/geom/core/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>