summaryrefslogtreecommitdiff
path: root/distrib/special/slaacd/Makefile
blob: 1e59021a8ed7f5369d1ff800ea587bc6978c626c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.3 2021/03/20 16:36:52 kn Exp $

PROG=	slaacd
COPTS+=	-DSMALL
.PATH:  ${.CURDIR}/../../../sbin/slaacd
SRCS=	engine.c frontend.c slaacd.c

MAN=

YFLAGS=
LDADD+=	-levent -lutil
DPADD+= ${LIBEVENT} ${LIBUTIL}

.include <bsd.prog.mk>