]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/geom/class/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"