Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/snmpfs/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$objtype/mkfile

TARG=snmpfs
BIN=/$objtype/bin
OFILES=main.$O a1.$O map.$O
</sys/src/cmd/mkone

install:
	test -d /lib/snmp || mkdir /lib/snmp
	cp *.map /lib/snmp
	cp $TARG.man /sys/man/4/$TARG

try: 8.out
	slay 8.out | rc
	8.out -r 1.3.6.1.4.1.7995 172.19.77.111
	cat /n/snmp/iso/org/dod/internet/private/enterprises/snellandwilcox/product-reg/4/471/1/99902
	echo str 'hello pat' >  /n/snmp/iso/org/dod/internet/private/enterprises/snellandwilcox/product-reg/4/471/1/99902

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.