summaryrefslogtreecommitdiff
path: root/sbin/rtsol/Makefile
blob: 865fb7463de2475fd3b053db0b0cedb639dee8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.8 2004/01/02 23:52:17 itojun Exp $

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

CPPFLAGS+=-DSMALL

#MAN=	rtsold.8
NOMAN=	yes

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

.PATH:	${.CURDIR}/../../usr.sbin/rtsold

.include <bsd.prog.mk>