summaryrefslogtreecommitdiffstats
path: root/usr.sbin/route6d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/route6d/Makefile')
-rw-r--r--usr.sbin/route6d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile
index 2706c0eccdf..19dfbd0c22f 100644
--- a/usr.sbin/route6d/Makefile
+++ b/usr.sbin/route6d/Makefile
@@ -1,6 +1,8 @@
-# $OpenBSD: Makefile,v 1.8 2015/10/25 22:38:48 jca Exp $
+# $OpenBSD: Makefile,v 1.9 2016/08/05 11:32:28 jca Exp $
PROG= route6d
MAN= route6d.8
+SRCS= route6d.c log.c
+
.include <bsd.prog.mk>