From 06eea88ad1f9f7ec161bcfe6be44a8729e22419c Mon Sep 17 00:00:00 2001 From: ken Date: Wed, 8 Jun 2011 21:59:07 +0000 Subject: 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(-) (limited to 'sbin/rtsol') 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 -- cgit v1.1