Allow classes to specify local source files.

MFC after:	3 weeks
This commit is contained in:
Pawel Jakub Dawidek 2005-04-07 15:57:38 +00:00
parent 3cdec3ed29
commit 220bc2ffc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144747

View File

@ -2,9 +2,9 @@
SHLIBDIR?=${CLASS_DIR}
SHLIB_NAME?=geom_${CLASS}.so
LINKS= ${BINDIR}/geom ${BINDIR}/g${CLASS}
LINKS= ${BINDIR}/geom ${BINDIR}/g${CLASS}
MAN= g${CLASS}.8
SRCS= geom_${CLASS}.c subr.c
SRCS+= geom_${CLASS}.c subr.c
CFLAGS+= -I${.CURDIR}/../..