summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/Makefile
blob: 0306fa5d7f75982232aacaaf018f0b9fcb4a84d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$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>