diff options
author | harti <harti@FreeBSD.org> | 2006-02-27 16:17:25 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2006-02-27 16:17:25 +0000 |
commit | b8eec2340b0536c3d915e6572a0bc2aad96a65ac (patch) | |
tree | 4560dc7030aec724a372d62873567acf1fee3e3c /usr.sbin | |
parent | 247524ddce71d1f56900276811136dfdbe38cc55 (diff) | |
download | FreeBSD-src-b8eec2340b0536c3d915e6572a0bc2aad96a65ac.zip FreeBSD-src-b8eec2340b0536c3d915e6572a0bc2aad96a65ac.tar.gz |
Reconnect bsnmpd to the build. It was temporarily disable because of a
mis-import. Thanks for fixing this to markm@.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c1180ef..b4212d7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -22,6 +22,7 @@ SUBDIR= ac \ ${_boot0cfg} \ ${_boot98cfg} \ bootparamd \ + bsnmpd \ ${_btxld} \ burncd \ cdcontrol \ |