From e49614ad6d085c3fe955a478af44e41c9212af48 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 6 Jul 2017 15:05:28 +0000 Subject: [PATCH] installer version of slaacd, not hooked up to the build yet --- distrib/special/slaacd/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 distrib/special/slaacd/Makefile diff --git a/distrib/special/slaacd/Makefile b/distrib/special/slaacd/Makefile new file mode 100644 index 00000000000..5fb0ed7733f --- /dev/null +++ b/distrib/special/slaacd/Makefile @@ -0,0 +1,16 @@ +# $OpenBSD: Makefile,v 1.1 2017/07/06 15:05:28 florian Exp $ + +PROG= slaacd +COPTS+= -DSMALL +.PATH: ${.CURDIR}/../../../sbin/slaacd +SRCS= engine.c frontend.c slaacd.c + +MAN= + +CFLAGS+= -DSKIP_PROPOSAL + +YFLAGS= +LDADD+= -levent -lutil +DPADD+= ${LIBEVENT} ${LIBUTIL} + +.include -- 2.20.1