summaryrefslogtreecommitdiffstats
path: root/sbin/rtsol
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2011-06-08 21:59:07 +0000
committerken <ken@FreeBSD.org>2011-06-08 21:59:07 +0000
commit06eea88ad1f9f7ec161bcfe6be44a8729e22419c (patch)
treeeebb1d7c577b5417ab1b8be61bfaf632a68b5a6c /sbin/rtsol
parente404c4690a54f152f4ca8b5c20b860bedcee74b6 (diff)
downloadFreeBSD-src-06eea88ad1f9f7ec161bcfe6be44a8729e22419c.zip
FreeBSD-src-06eea88ad1f9f7ec161bcfe6be44a8729e22419c.tar.gz
Add dump.c to the rtsol build. It is needed now that sec2str is non-static
and used in rtsold.c.
Diffstat (limited to 'sbin/rtsol')
-rw-r--r--sbin/rtsol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index 413b6d5..39ef258 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
OpenPOWER on IntegriCloud