]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/geom/class/Makefile.inc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / geom / class / Makefile.inc
1 # $FreeBSD$
2
3 SHLIBDIR?=${GEOM_CLASS_DIR}
4 SHLIB_NAME?=geom_${GEOM_CLASS}.so
5 LINKS=  ${BINDIR}/geom ${BINDIR}/g${GEOM_CLASS}
6 MAN=    g${GEOM_CLASS}.8
7 SRCS+=  geom_${GEOM_CLASS}.c subr.c
8
9 CFLAGS+= -I${.CURDIR}/../..
10
11 .include "../Makefile.inc"