diff options
-rw-r--r-- | sbin/geom/core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index ab5d94a..13c6a09 100644 --- a/sbin/geom/core/Makefile +++ b/sbin/geom/core/Makefile @@ -6,6 +6,8 @@ PROG= geom MAN= geom.8 SRCS= geom.c subr.c +NOSHARED=NO + CFLAGS+= -DCLASS_DIR=\"${CLASS_DIR}\" CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/.. |