diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2019-08-09 06:18:26 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2019-08-09 06:18:26 +0000 |
commit | a31d0c789e26d87f7a7ceef04021de0f73d104fe (patch) | |
tree | 0b5589d1c7c6f1de97c992afc5a0c836c4263624 | |
parent | c40c38c1cb03eb7c7657aa0ee18619645c1af25b (diff) |
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 \ |