diff options
author | 2019-08-09 06:18:25 +0000 | |
---|---|---|
committer | 2019-08-09 06:18:25 +0000 | |
commit | 7146db2d840091c74ed80bb1ce5085cf454901c9 (patch) | |
tree | 980cc791cfbfe76dae516f21cd849f714b7314a8 | |
parent | Import snmp(1), a new snmp client which aims to be netsnmp compatible for (diff) | |
download | wireguard-openbsd-7146db2d840091c74ed80bb1ce5085cf454901c9.tar.xz wireguard-openbsd-7146db2d840091c74ed80bb1ce5085cf454901c9.zip |
Hook up snmp(1)
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index d27b8652eb3..35a3c00d69f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.160 2019/03/18 04:32:31 deraadt Exp $ +# $OpenBSD: Makefile,v 1.161 2019/08/09 06:18:25 martijn Exp $ .include <bsd.own.mk> @@ -22,7 +22,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \ pr printenv printf quota radioctl rcs rdist rdistd \ readlink renice rev rpcgen rpcinfo rs rsync rup rusers rwall \ sdiff script sed sendbug shar showmount signify skey \ - skeyaudit skeyinfo skeyinit sndiod \ + skeyaudit skeyinfo skeyinit sndiod snmp \ sort spell split ssh stat su systat \ tail talk tcpbench tee telnet tftp tic time \ tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \ |