fe5e0baab7
after dlopen() anyway, so we should be safe. Suggested by: ru
12 lines
213 B
Makefile
12 lines
213 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIBDIR?=${CLASS_DIR}
|
|
SHLIB_NAME?=geom_${CLASS}.so
|
|
LINKS= ${BINDIR}/geom ${BINDIR}/g${CLASS}
|
|
MAN= g${CLASS}.8
|
|
SRCS= geom_${CLASS}.c subr.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../..
|
|
|
|
.include "../Makefile.inc"
|