From b4775b4c1d13f8660d27e7e143c780af0d10b9d3 Mon Sep 17 00:00:00 2001 From: "Kenneth D. Merry" Date: Wed, 8 Jun 2011 21:59:07 +0000 Subject: [PATCH] Add dump.c to the rtsol build. It is needed now that sec2str is non-static and used in rtsold.c. --- sbin/rtsol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index 413b6d59dd29..39ef258461dc 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -19,7 +19,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold .PATH: ${SRCDIR} PROG= rtsol -SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c +SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c NO_MAN= WARNS?= 3