mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Allow classes to specify local source files.
MFC after: 3 weeks
This commit is contained in:
parent
3cdec3ed29
commit
220bc2ffc1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144747
@ -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}/../..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user