1
0
Files
2022-09-29 17:59:04 +03:00

13 lines
261 B
Makefile

include ${ROOT}/usr/include/make/commondefs
IFILES= asn1.h message.h oid.h packet.h pdu.h query.h snmp.h
default:
headers install: default
${INSTALL} -m 444 -idb SNMPINC -F /usr/include/snmp ${IFILES}
exports:
include ${ROOT}/usr/include/make/commonrules