mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
15 lines
297 B
Makefile
15 lines
297 B
Makefile
.include <src.opts.mk>
|
|
|
|
SHLIBDIR=${GEOM_CLASS_DIR}
|
|
SHLIB_NAME?=geom_${GEOM_CLASS}.so
|
|
MAN= g${GEOM_CLASS}.8
|
|
SRCS+= geom_${GEOM_CLASS}.c subr.c
|
|
CFLAGS+=-I${SRCTOP}/sbin/geom
|
|
|
|
.PATH: ${SRCTOP}/sbin/geom/misc
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include "Makefile.classes"
|
|
.include "../Makefile.inc"
|