Add dump.c to the rtsol build. It is needed now that sec2str is non-static
and used in rtsold.c.
This commit is contained in:
parent
725cc7854e
commit
b4775b4c1d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222883
@ -19,7 +19,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
|
|||||||
.PATH: ${SRCDIR}
|
.PATH: ${SRCDIR}
|
||||||
|
|
||||||
PROG= rtsol
|
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=
|
NO_MAN=
|
||||||
|
|
||||||
WARNS?= 3
|
WARNS?= 3
|
||||||
|
Loading…
Reference in New Issue
Block a user