summaryrefslogtreecommitdiffstats
path: root/sbin/geom/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/core/Makefile')
-rw-r--r--sbin/geom/core/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile
index e65c99d..d17d51a 100644
--- a/sbin/geom/core/Makefile
+++ b/sbin/geom/core/Makefile
@@ -1,15 +1,15 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../misc
+.PATH: ${.CURDIR}/../misc
PROG= geom
-SRCS= geom.c subr.c
-#MAN= geom.8
NOMAN= notyet
+SRCS= geom.c subr.c
+
+CFLAGS+= -DCLASSDIR=\"${CLASSDIR}\"
+CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..
+
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
-WARNS?= 6
-CFLAGS+=-I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..
-CFLAGS+=-DCLASSDIR=\"${CLASSDIR}\"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud