1# $OpenBSD: Makefile,v 1.9 2016/08/05 11:32:28 jca Exp $ 2 3PROG= route6d 4MAN= route6d.8 5 6SRCS= route6d.c log.c 7 8.include <bsd.prog.mk> 9