diff options
author | ken <ken@FreeBSD.org> | 2011-06-08 21:59:07 +0000 |
---|---|---|
committer | ken <ken@FreeBSD.org> | 2011-06-08 21:59:07 +0000 |
commit | 06eea88ad1f9f7ec161bcfe6be44a8729e22419c (patch) | |
tree | eebb1d7c577b5417ab1b8be61bfaf632a68b5a6c | |
parent | e404c4690a54f152f4ca8b5c20b860bedcee74b6 (diff) | |
download | FreeBSD-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.
-rw-r--r-- | sbin/rtsol/Makefile | 2 |
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 |