summaryrefslogtreecommitdiffstats
path: root/sbin/rtsol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/rtsol/Makefile')
-rw-r--r--sbin/rtsol/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index d3d40e8..250f804 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -15,14 +15,20 @@
SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
+.PATH: ${SRCDIR}
+
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c
-
-CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
+NO_MAN=
WARNS?= 0
-NO_MAN=
+# after NO_MAN
+.include <bsd.own.mk>
-.PATH: ${SRCDIR}
+CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
+
+.if ${MK_INET6_SUPPORT} != "no"
+CFLAGS+= -DINET6
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud