summaryrefslogtreecommitdiff
path: root/sbin/sysctl/Makefile
AgeCommit message (Collapse)Author
2003-12-04New sysctl(8) binary. Performs auto-discovery and can add/removeatatat
nodes from the tree. Never needs to be recompiled again.
2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem
- remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-03-20handle new emulation sysctls, and cleanup function duplication.christos
2000-03-12Add a "-f file" flag to process directives from a file.tsarna
2000-01-17don't install /usr/sbin/sysctl (backward compat symlink)itojun
2000-01-17move sysctl to /sbin/sysctl. symlink from /usr/sbin/sysctlitojun
is supplied for backward compatibility. add /sbin/sysctl to base/mi (does not remove /usr/sbin/sysctl as we have a symlink)
2000-01-17Moved from usr.sbin/sysctl/Makefile,vitojun