Date: Wed, 8 Jun 2011 21:59:07 +0000 (UTC) From: "Kenneth D. Merry" <ken@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r222883 - head/sbin/rtsol Message-ID: <201106082159.p58Lx74l049457@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106082159.p58Lx74l049457>