8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
#
|
|
# Makefile rules for cmd/netman/snmp subdirectories.
|
|
#
|
|
include ${DEPTH}/Makerules
|
|
|
|
${SNMPLIBNAME} ${SNMPLIBRARY}:
|
|
cd ${SNMPLIBDIR}; ${MAKE}
|