]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/geom/core/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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+= -DCLASS_DIR=\"${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>