CGI_DIR= /home/httpd/cgi-bin/
all:
	clear
	gcc -o snmpstat.cgi snmpstat.c
install:
	strip snmpstat.cgi
	chmod 555 snmpstat.cgi
	mv -f snmpstat.cgi ${CGI_DIR}
