aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>2011-06-08 21:59:07 +0000
committerKenneth D. Merry <ken@FreeBSD.org>2011-06-08 21:59:07 +0000
commitb4775b4c1d13f8660d27e7e143c780af0d10b9d3 (patch)
treeeebb1d7c577b5417ab1b8be61bfaf632a68b5a6c /sbin
parent725cc7854e939914abd940ee0753e5a18622e9b9 (diff)
downloadsrc-b4775b4c1d13f8660d27e7e143c780af0d10b9d3.tar.gz
src-b4775b4c1d13f8660d27e7e143c780af0d10b9d3.zip
Add dump.c to the rtsol build. It is needed now that sec2str is non-static
and used in rtsold.c.
Notes
Notes: svn path=/head/; revision=222883
Diffstat (limited to 'sbin')
-rw-r--r--sbin/rtsol/Makefile2
1 files changed, 1 insertions, 1 deletions
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