OpenBSD-4.6/usr.sbin/rtsold/Makefile

#	$OpenBSD: Makefile,v 1.7 2004/01/02 23:46:04 itojun Exp $

PROG=	rtsold
SRCS=	rtsold.c rtsol.c if.c probe.c dump.c

MAN=	rtsold.8
MLINKS=	rtsold.8 rtsol.8

LDADD+=	-lutil
DPADD+=	${LIBUTIL}

.include <bsd.prog.mk>