14 lines
278 B
Makefile
14 lines
278 B
Makefile
#!smake
|
|
#
|
|
# Makefile for libsnmp.
|
|
#
|
|
#ident "$Revision: 1.2 $"
|
|
|
|
DEPTH=.
|
|
C++FILES= asn1.c++ message.c++ oid.c++ packet.c++ pdu.c++ query.c++ snmp.c++ \
|
|
vquery.c++
|
|
CFILES= exception.c strings.c exc_syslog.c
|
|
|
|
include $(ROOT)/usr/include/make/libleafdefs
|
|
include $(LIBLEAFRULES)
|