]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/geom/class/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r132451,
[FreeBSD/FreeBSD.git] / sbin / geom / class / Makefile.inc
1 # $FreeBSD$
2
3 LIBDIR?= ${CLASSDIR}
4
5 SHLIB_MAJOR= 1
6 SHLIB_NAME?= geom_${CLASS}.so.${SHLIB_MAJOR}
7 LINKS=  ${BINDIR}/geom ${BINDIR}/g${CLASS}
8 MAN=    g${CLASS}.8
9 SRCS=   geom_${CLASS}.c subr.c
10
11 CFLAGS+= -I${.CURDIR}/../..
12
13 .include "../Makefile.inc"