7838c4d1c1
While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIBDIR?=${GEOM_CLASS_DIR}
|
|
SHLIB_NAME?=geom_${GEOM_CLASS}.so
|
|
LINKS= ${BINDIR}/geom ${BINDIR}/g${GEOM_CLASS}
|
|
MAN= g${GEOM_CLASS}.8
|
|
SRCS+= geom_${GEOM_CLASS}.c subr.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../..
|
|
|
|
.include "../Makefile.inc"
|