svn commit: r222883 - head/sbin/rtsol
Kenneth D. Merry
ken at FreeBSD.org
Wed Jun 8 21:59:07 UTC 2011
Author: ken
Date: Wed Jun 8 21:59:07 2011
New Revision: 222883
URL: http://svn.freebsd.org/changeset/base/222883
Log:
Add dump.c to the rtsol build. It is needed now that sec2str is non-static
and used in rtsold.c.
Modified:
head/sbin/rtsol/Makefile
Modified: head/sbin/rtsol/Makefile
==============================================================================
--- head/sbin/rtsol/Makefile Wed Jun 8 21:58:19 2011 (r222882)
+++ head/sbin/rtsol/Makefile Wed Jun 8 21:59:07 2011 (r222883)
@@ -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
More information about the svn-src-all
mailing list