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