I've recently upgraded a server to freebsd 5.2.1 and suddenly eggdrop1.6.16 won't compile. When I do make config I get:
%make config
make: Permission denied
I checked the permissions on misc/modconfig and they're fine. It's executable and owned by me. If I run modconfig on it's own like this:
%misc/modconfig
modconfig: error: could not find src directory.
problem solved. make config now works. Anyone know what would cause this strange behavior?