]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sbin/geom/class/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 NO_WMISSING_VARIABLE_DECLARATIONS=
10
11 CFLAGS+= -I${.CURDIR}/../..
12
13 .include "../Makefile.inc"