aboutsummaryrefslogtreecommitdiff
path: root/lib/libsm
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-03-17 18:54:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-03-17 18:54:44 +0000
commite1fe3dba5ce2826061f6489765be9b4a341736a9 (patch)
tree801e953598fc63a37f62cf997017301675552fe9 /lib/libsm
parent23801379f0e7cdddcb057ea05fe79b340a01dbf5 (diff)
Notes
Diffstat (limited to 'lib/libsm')
-rw-r--r--lib/libsm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile
index 12a73d7e6d42..4439b4ae12bc 100644
--- a/lib/libsm/Makefile
+++ b/lib/libsm/Makefile
@@ -1,12 +1,14 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/libsm
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
-.if !defined(NO_INET6)
+.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DNETINET6
.endif