After applying the patch from this advisory: http://forums.freebsd.org/showthread.php?t=1471
And then attempting to build the patched ntpd I get this:
I have tried doing make clean, make cleandir, make cleandepend with no luck. Does anybody have any idea why this build fails?
And then attempting to build the patched ntpd I get this:
Code:
jupiter# cd /usr/src/usr.sbin/ntp/ntpd
jupiter# make obj
/usr/obj/usr/src/usr.sbin/ntp/ntpd created for /usr/src/usr.sbin/ntp/ntpd
jupiter# make depend
... snip ...
jupiter# make
... snip ...
make: don't know how to make /usr/obj/usr/src/usr.sbin/ntp/ntpd/../libparse/libparse.a. Stop
I have tried doing make clean, make cleandir, make cleandepend with no luck. Does anybody have any idea why this build fails?