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